Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 364:8830eecad69e
Added the name of the facet to the parameterlist of OutGenerator.doOut().
flys-artifacts/trunk@1772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 08:13:56 +0000 |
parents | 8422ffc1f2f9 |
children | c13ca9d632d6 |
comparison
equal
deleted
inserted
replaced
363:8422ffc1f2f9 | 364:8830eecad69e |
---|---|
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/OutGenerator.java: Added the | |
4 name a the requested facet to doOut(). Concrete generators should just | |
5 create output for this facet now. | |
6 | |
7 * src/main/java/de/intevation/flys/exports/ChartGenerator.java, | |
8 src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java, | |
9 src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java: | |
10 Adapted the method signature of doOut(). | |
11 | |
12 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
13 Adapted the method call of OutGenerator.doOut(). | |
14 | |
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | 15 2011-04-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * doc/conf/themes.xml: Added mappings for the facets | 17 * doc/conf/themes.xml: Added mappings for the facets |
4 longitudinal.section.w and longitudinal.section.q. | 18 longitudinal.section.w and longitudinal.section.q. |
5 | 19 |