add release branch (currently WX_2_9_BRANCH) definitions and reenable VC build slaves for it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-26 11:00:54 +00:00
parent a3ef8eb503
commit 0e6e5fc88f
3 changed files with 15 additions and 4 deletions

View File

@@ -22,6 +22,8 @@
<xsl:template name="SVN_URL">http://svn.wxwidgets.org/svn/wx/wxWidgets/</xsl:template>
<xsl:template name="STABLE_BRANCH">branches/WX_2_8_BRANCH</xsl:template>
<xsl:variable name="STABLE_BRANCH"><STABLE_BRANCH/></xsl:variable>
<xsl:template name="RELEASE_BRANCH">branches/WX_2_9_BRANCH</xsl:template>
<xsl:variable name="RELEASE_BRANCH"><RELEASE_BRANCH/></xsl:variable>
<xsl:template name="SNAPSHOT_URL">http://biolpc22.york.ac.uk/pub</xsl:template>
<!--