[PATCH 1 of 5] Do not show beddifferences in dc that lets select for differences
Wald Commits
scm-commit at wald.intevation.org
Fri Jul 19 13:29:59 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1374155071 -7200
# Node ID 61dc90b2fbe2624e4418ff1a039b704c5ec3879a
# Parent d3df835be006bdab087a6a6d089211ceb84d4c49
Do not show beddifferences in dc that lets select for differences.
diff -r d3df835be006 -r 61dc90b2fbe2 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Thu Jul 18 14:51:26 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Thu Jul 18 15:44:31 2013 +0200
@@ -731,9 +731,12 @@
<dc:comment comment="For building differences." />
<dc:macro name="differenceable-fix">
- <beddifferences>
- <dc:call-macro name="bedheight_differences"/>
- </beddifferences>
+ <dc:comment>
+ No diffs between beddiffs and others, for now.
+ <beddifferences>
+ <dc:call-macro name="bedheight_differences"/>
+ </beddifferences>
+ </dc:comment>
<dc:comment comment="Vollmer curves need own factory"/>
<dc:filter expr="$a_state = 'state.fix.vollmer.compute' and (($out_name = 'longitudinal_section' and $facet_name = 'longitudinal_section.w') and
(not ($current-state-id = 'state.winfo.uesk.wsp' and $ld_m = 'location')))">
@@ -977,7 +980,7 @@
<dc:attribute name="factory" value="minfo"/>
<dc:attribute name="target_out" value="${out}"/>
<dc:attribute name="description" value="${facet_description}"/>
- <dc:attribute name="ids" value="${facet_num}-${facet_name}"/>
+ <dc:attribute name="ids" value="${facet_num}"/>
<dc:attribute name="artifact-id" value="${a_gid}"/>
<dc:attribute name="out" value="${out_name}"/>
</dc:element>
More information about the Dive4elements-commits
mailing list