Remove test classes, launch configurations and configuration.
authorBen Konrath <ben@bagu.org>
Tue, 8 Mar 2011 16:48:31 +0000 (17:48 +0100)
committerBen Konrath <ben@bagu.org>
Tue, 8 Mar 2011 16:48:31 +0000 (17:48 +0100)
commit0d0260b232ad27f108c40d12964c2eefd38e4d79
treefe461caa9a5dd5935eab0fd8713da4247f4e0f1f
parent9af530f91c08dd1d3b0ce7d8f208f9a98e50a048
Remove test classes, launch configurations and configuration.

The test stuff was getting in the way when creating the war. To make
the war file you can now do 'mvn clean package'. The packaged war file
will be in the target directory.

* .classpath: Remove unused classpathentry for tests and i18n.
* pom.xml: Remove junit.jar dependency. Properly use gwt.version
property. Don't run test or i18n goals when packaging the war.
* src/main/webapp/WEB-INF/web.xml: Add xml name space. Correct
formatting.

Removed files:

* OnlineGlomTest-dev.launch:
* OnlineGlomTest-prod.launch:
* src/test/java/org/glom/web/client/GwtTestOnlineGlom.java:
* src/test/resources/org/glom/web/OnlineGlomJUnit.gwt.xml:
.classpath
ChangeLog
OnlineGlomTest-dev.launch [deleted file]
OnlineGlomTest-prod.launch [deleted file]
pom.xml
src/main/webapp/WEB-INF/web.xml
src/test/java/org/glom/web/client/GwtTestOnlineGlom.java [deleted file]
src/test/resources/org/glom/web/OnlineGlomJUnit.gwt.xml [deleted file]