Update gwt-maven plugin to 2.2.0 and fix other configuation problems.
authorBen Konrath <ben@bagu.org>
Mon, 7 Mar 2011 16:49:06 +0000 (17:49 +0100)
committerBen Konrath <ben@bagu.org>
Mon, 7 Mar 2011 16:49:06 +0000 (17:49 +0100)
commit9af530f91c08dd1d3b0ce7d8f208f9a98e50a048
tree316ac491f3ed9b3d931739b8e01c5e030d301d03
parent7a3bfdc81f80df873ebff30735926308c0cbeb24
Update gwt-maven plugin to 2.2.0 and fix other configuation problems.

These fixes allow me to use 'mvn deploy' to create the war file.

* .classpath: This generated config has been updated by Eclipse. This
change was probably triggered by me updating from Eclipse 3.6.1 to
3.6.2.
* .gitignore: Add entry to ignore the directory
src/main/webapp/WEB-INF/deploy. This directory is generated by Eclipse.
* .project: The generated config has been updated by Eclipse. This
change was probably triggered by me updating from Eclipse 3.6.1 to
3.6.2.
* .settings/com.google.appengine.eclipse.core.prefs: Add empty config
so that Eclipse doesn't complain
* pom.xml: Update to gwt-maven-plugin 2.2.0.
* src/test/java/org/glom/web/client/GwtTestOnlineGlom.java: Move from
'tests' directory to 'client' directory. This is the new
gwt-maven-plugin convension.
* src/test/resources/org/glom/web/OnlineGlomJUnit.gwt.xml: Correctly
refer to org.glom.web.OnlineGlom gwt module and OnlineGlomServiceImpl.
.classpath
.gitignore
.project
.settings/com.google.appengine.eclipse.core.prefs [new file with mode: 0644]
ChangeLog
pom.xml
src/test/java/org/glom/web/client/GwtTestOnlineGlom.java [new file with mode: 0644]
src/test/java/org/glom/web/tests/GwtTestOnlineGlom.java [deleted file]
src/test/resources/org/glom/web/OnlineGlomJUnit.gwt.xml