Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 10:fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
flys-client/trunk@1319 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 Feb 2011 15:35:17 +0000 |
parents | 8facd8545a12 |
children | 6aeb4072eeb4 |
comparison
equal
deleted
inserted
replaced
9:8facd8545a12 | 10:fc616c192902 |
---|---|
1 2011-02-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java: | |
4 Implements the serializable interface which is necessary to be able to | |
5 use this object in the GWT client code. | |
6 | |
7 * src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java: | |
8 New. A simple default implementation of an artifact. | |
9 | |
1 2011-02-16 Ingo Weinzierl <ingo@intevation.de> | 10 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Added the | 12 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Added the |
4 Resources and XML modules of GWT. | 13 Resources and XML modules of GWT. |
5 | 14 |