# HG changeset patch # User Ingo Weinzierl # Date 1297323609 0 # Node ID 2f35e8a840040bfb5908ac0415fb6ec250c1d563 # Parent 901f384ddad99da974f05dff49b7a25e8781e379 The common package is now ready to be included as module in a GWT based client application. artifacts/trunk@1308 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 901f384ddad9 -r 2f35e8a84004 ChangeLog --- a/ChangeLog Thu Feb 10 07:36:51 2011 +0000 +++ b/ChangeLog Thu Feb 10 07:40:09 2011 +0000 @@ -1,3 +1,13 @@ +2011-02-10 Ingo Weinzierl + + * artifacts-common/src/main/resources/de/intevation/artifacts/common/Common.gwt.xml: + A module description that is used by GWT. + + * artifacts-common/pom.xml: The resulting jar archive of the 'package' + target will now contain the compiled classes as well as the source files. + Furthermore, the sources are compiled with Java-1.6. These two things are + required for the jar to be included by GWT as module. + 2011-02-10 Ingo Weinzierl * artifacts-common/src/main/java/de/intevation/artifacts/common/model/User.java, diff -r 901f384ddad9 -r 2f35e8a84004 artifacts-common/pom.xml --- a/artifacts-common/pom.xml Thu Feb 10 07:36:51 2011 +0000 +++ b/artifacts-common/pom.xml Thu Feb 10 07:40:09 2011 +0000 @@ -27,4 +27,47 @@ 1.2.14 + + + + + src/main/resources + + + src/main/java + + **/*.java + **/*.gwt.xml + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + + + diff -r 901f384ddad9 -r 2f35e8a84004 artifacts-common/src/main/resources/de/intevation/artifacts/common/Common.gwt.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/artifacts-common/src/main/resources/de/intevation/artifacts/common/Common.gwt.xml Thu Feb 10 07:40:09 2011 +0000 @@ -0,0 +1,5 @@ + + + + +