# HG changeset patch # User Ingo Weinzierl # Date 1267089116 0 # Node ID 7a136b99ad7104efe2b8f72ca2ac4b95324bd6be # Parent 62ea2a7b10673e243a4b1898c204789e1c605fa1 Adapted product configuration regarding the changes in rev704. gnv-artifacts/trunk@712 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/ChangeLog Thu Feb 25 09:11:56 2010 +0000 @@ -1,3 +1,18 @@ +2010-02-25 Ingo Weinzierl + + * doc/conf/products/verticalcrosssection/conf_mesh.xml, + doc/conf/products/timeseries/conf_mesh.xml, + doc/conf/products/timeseries/conf_timeseriespoint.xml, + doc/conf/products/horizontalprofile/conf_mesh.xml, + doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, + doc/conf/products/horizontalprofile/conf_mesh_cross.xml, + doc/conf/products/verticalprofile/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_timeseriespoint.xml, + doc/conf/products/verticalprofile/conf_instantaneouspoint.xml: Adapted + configuration. Pdf, svg, image exports got an own section in the + outputmodes node. Exports belong to an output mode, now. There are no + outputmodes 'pdf', 'svg', 'png' existing anymore. + 2010-02-25 Ingo Weinzierl * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Thu Feb 25 09:11:56 2010 +0000 @@ -225,6 +225,11 @@ + + + + + @@ -233,20 +238,13 @@ - - - - - - - - - - - - - - + + + + diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Thu Feb 25 09:11:56 2010 +0000 @@ -226,6 +226,11 @@ + + + + + @@ -234,20 +239,13 @@ - - - - - - - - - - - - - - + + + + diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Thu Feb 25 09:11:56 2010 +0000 @@ -192,6 +192,11 @@ + + + + + @@ -200,20 +205,13 @@ - - - - - - - - - - - - - - + + + + diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Thu Feb 25 09:11:56 2010 +0000 @@ -215,7 +215,9 @@ + + @@ -225,20 +227,13 @@ - - - - - - - - - - - - - - + + + + diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Thu Feb 25 09:11:56 2010 +0000 @@ -198,7 +198,9 @@ + + @@ -208,20 +210,13 @@ - - - - - - - - - - - - - - + + + + diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Thu Feb 25 09:11:56 2010 +0000 @@ -169,19 +169,12 @@ + + + + + - - - - - - - - - - - - diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Thu Feb 25 09:11:56 2010 +0000 @@ -102,21 +102,19 @@ + + + + + - - - - - - - - - - - - - - + + + + diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Thu Feb 25 09:11:56 2010 +0000 @@ -230,6 +230,11 @@ + + + + + @@ -238,20 +243,13 @@ - - - - - - - - - - - - - - + + + + diff -r 62ea2a7b1067 -r 7a136b99ad71 gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Thu Feb 25 09:06:36 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Thu Feb 25 09:11:56 2010 +0000 @@ -168,6 +168,11 @@ + + + + + @@ -176,20 +181,13 @@ - - - - - - - - - - - - - - + + + +