]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/defs.xml
fix default values after types were changed
[wxWidgets.git] / build / buildbot / config / include / defs.xml
index e90f71fd142117e5ad97aa382ec3227173fc55be..94c0d7909d9e0193c2af361c8263a731be4e4866 100644 (file)
@@ -22,6 +22,7 @@
 <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="SNAPSHOT_URL">http://biolpc22.york.ac.uk/pub</xsl:template>
 
 <!--
     checkout - build step for source checkout.
@@ -781,7 +782,7 @@ if [ -x test_gui ]; then ./test_gui; fi
     <xsl:param name="content"/>
     <mailnotifier>
         <defaults content="{$content}">
-            <fromaddr>wx-dev -at- lists.wxwidgets.org</fromaddr>
+            <fromaddr>noreply -at- wxsite.net</fromaddr>
         </defaults>
         <xsl:copy-of select="$content"/>
     </mailnotifier>