Mercurial > dive4elements > framework
diff ChangeLog @ 112:2f35e8a84004
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
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Feb 2011 07:40:09 +0000 |
parents | 901f384ddad9 |
children | 0344a20f8a93 |
line wrap: on
line diff
--- 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 <ingo@intevation.de> + + * 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 <ingo@intevation.de> * artifacts-common/src/main/java/de/intevation/artifacts/common/model/User.java,