[PATCH 1 of 4] Partly revert rev 7419, conservative guess about which "outs" are handcrafted
Wald Commits
scm-commit at wald.intevation.org
Fri Oct 25 07:33:56 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1382543156 -7200
# Node ID 1688aca02eb0ce6b42fb5fd8939ef389947eebbc
# Parent 505b05e223b159116127c4aeab7a4178b6021cf2
Partly revert rev 7419, conservative guess about which "outs" are handcrafted.
diff -r 505b05e223b1 -r 1688aca02eb0 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Fri Oct 25 03:47:04 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Wed Oct 23 17:45:56 2013 +0200
@@ -354,10 +354,17 @@
<dc:call-macro name="duration-curve"/>
</dc:when>
<dc:when test="$out = 'differenceable'">
- <dc:call-macro name="longitudinal-section-user-prototype"/>
+ <dc:call-macro name="differenceable-fix"/>
+ <dc:call-macro name="differences"/>
+ <dc:comment comment="Candidate for:">
+ <dc:call-macro name="longitudinal-section-user-prototype"/>
+ </dc:comment>
</dc:when>
<dc:when test="$out = 'waterlevels'">
- <dc:call-macro name="longitudinal-section-user-prototype"/>
+ <dc:call-macro name="waterlevels-fix"/>
+ <dc:comment comment="Candidate for:">
+ <dc:call-macro name="longitudinal-section-user-prototype"/>
+ </dc:comment>
</dc:when>
<dc:when test="$out = 'floodmap'">
<dc:call-macro name="flood-map"/>
More information about the Dive4elements-commits
mailing list