Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 127:21d791e21aca
Introduced a state to select the calculation mode.
flys-artifacts/trunk@1467 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 14 Mar 2011 15:47:10 +0000 |
parents | b18aebd1342f |
children | 206312c2aa76 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Mar 14 15:43:12 2011 +0000 +++ b/flys-artifacts/ChangeLog Mon Mar 14 15:47:10 2011 +0000 @@ -1,3 +1,20 @@ +2011-03-14 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/artifacts/winfo.xml: Modified the winfo states. + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Adapted + the artifact regarding the changes of the last commit. The states + describe() method creates the dynamic UI node - the artifact needs to + apply this node. + + * src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java: + New. The state for choosing the calculation mode. + + * src/main/resources/messages.properties, + src/main/resources/messages_en.properties, + src/main/resources/messages_de.properties: Added i18n strings for the + calculation mode state. + 2011-03-14 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: