]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/defs.xml
No real changes, just rename double variables to "d".
[wxWidgets.git] / build / buildbot / config / include / defs.xml
index d589ed387d03723d197906e5bc6a63fbb3bdb94a..c275cdf033da385f4be04bef115cd3a43dbe2383 100644 (file)
 <xsl:variable name="RELEASE_BRANCH"><RELEASE_BRANCH/></xsl:variable>
 <xsl:template name="SNAPSHOT_URL">http://biolpc22.york.ac.uk/pub</xsl:template>
 
+<!--
+    disable - comment out a section.
+
+    Usage: <disable>
+                e.g. <build> ... etc.
+           </disable>
+
+    XML comments can't contain a double hyphen which tends to be used in
+    configure commands, so <disable> can be used instead. 
+-->
+<xsl:template name="disable"/>
+
 <!--
     checkout - build step for source checkout.