Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
111:901f384ddad9 | 112:2f35e8a84004 |
---|---|
1 2011-02-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifacts-common/src/main/resources/de/intevation/artifacts/common/Common.gwt.xml: | |
4 A module description that is used by GWT. | |
5 | |
6 * artifacts-common/pom.xml: The resulting jar archive of the 'package' | |
7 target will now contain the compiled classes as well as the source files. | |
8 Furthermore, the sources are compiled with Java-1.6. These two things are | |
9 required for the jar to be included by GWT as module. | |
10 | |
1 2011-02-10 Ingo Weinzierl <ingo@intevation.de> | 11 2011-02-10 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/model/User.java, | 13 * artifacts-common/src/main/java/de/intevation/artifacts/common/model/User.java, |
4 artifacts-common/src/main/java/de/intevation/artifacts/common/model/DefaultUser.java: | 14 artifacts-common/src/main/java/de/intevation/artifacts/common/model/DefaultUser.java: |
5 The interface description and a default implementation of a user. | 15 The interface description and a default implementation of a user. |