Name: include/defs.xml
Purpose: Common declarations for buildbot
Author: Mike Wetherell
- RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence
-->
<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.
<xsl:text> </xsl:text>
</xsl:if>
- <xsl:if test="$utils = 'true'">
- <xsl:choose>
- <xsl:when test="$gui = 'true'">utils</xsl:when>
- <xsl:otherwise>utils/tex2rtf/src ../../HelpGen/src</xsl:otherwise>
- </xsl:choose>
- <xsl:text> </xsl:text>
- </xsl:if>
+ <xsl:if test="$utils = 'true' and $gui = 'true'">utils </xsl:if>
<xsl:if test="$demos = 'true' and $gui = 'true'">demos </xsl:if>