Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2693:edaa2297aea3
Started module MINFO (MINFOArtifact, state to choose calculations, configurations).
flys-artifacts/trunk@4397 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 14 May 2012 08:09:10 +0000 |
parents | 32b1e28edb15 |
children | 28c3f6588011 |
comparison
equal
deleted
inserted
replaced
2692:32b1e28edb15 | 2693:edaa2297aea3 |
---|---|
1 2012-05-14 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/minfo.xml: New Artifact configuration for module | |
4 MINFO. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/MINFOArtifact.java: New | |
7 Artifact for module INFO. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/states/CalculationSelectMinfo.java: | |
10 New. The state is used for choosing the calculation in module MINFO. | |
11 | |
12 * doc/conf/conf.xml: Registered the MINFO Artifact. | |
13 | |
14 * src/main/resources/messages.properties, | |
15 src/main/resources/messages_de_DE.properties, | |
16 src/main/resources/messages_en.properties, | |
17 src/main/resources/messages_de.properties: New strings for states and | |
18 calculations. | |
19 | |
1 2012-05-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 20 2012-05-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 21 |
3 * src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java: | 22 * src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java: |
4 Removed unused code. | 23 Removed unused code. |
5 | 24 |