Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 119:84c0b151203e
Added a FLYSArtifact that serves as the default artifact for the FLYS application.
flys-artifacts/trunk@1438 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Mar 2011 11:29:07 +0000 |
parents | 888e3b1dcdd9 |
children | 5243ac559e16 |
comparison
equal
deleted
inserted
replaced
118:888e3b1dcdd9 | 119:84c0b151203e |
---|---|
1 2011-03-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: New. This | |
4 artifact serves as the default artifact for the FLYS application. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: This | |
7 artifact now inherits from FLYSArtifact. Furthermore, there is one big | |
8 change: we don't store the State objects itself in the artifact, but | |
9 just the identifier of those. This makes the artifact smaller and more | |
10 compatible agains previous versions of the software. | |
11 | |
1 2011-03-08 Ingo Weinzierl <ingo@intevation.de> | 12 2011-03-08 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/artifacts/services/RiverService.java: | 14 * src/main/java/de/intevation/flys/artifacts/services/RiverService.java: |
4 New. This service will retrieve a list of provided rivers. | 15 New. This service will retrieve a list of provided rivers. |
5 | 16 |