Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1118:7398280b11a0
Write WSP file for WSPLGEN and add its filepath to the WSPLGEN job.
flys-artifacts/trunk@2625 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 31 Aug 2011 13:19:29 +0000 |
parents | ea80e652f033 |
children | faca1825818e |
comparison
equal
deleted
inserted
replaced
1117:ea80e652f033 | 1118:7398280b11a0 |
---|---|
1 2011-08-31 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a method | |
4 stub that should return a FLYSArtifact based on a given UUID. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
7 Write the selected WST file for WSPLGEN. Note, that this is the WST file | |
8 of the current WINFO artifact. Furthermore, there is currently no way | |
9 for the user to select a column from WST file, so we currently use the | |
10 column that is written to WST file at first. | |
11 | |
1 2011-08-31 Ingo Weinzierl <ingo@intevation.de> | 12 2011-08-31 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Changed | 14 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Changed |
4 the parameter order of a compute(...) method. This makes me able to call | 15 the parameter order of a compute(...) method. This makes me able to call |
5 this without a hash value. | 16 this without a hash value. |