]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/csleobuild.xml
XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / build / buildbot / config / csleobuild.xml
index 86df072ccd528dc2eeb293700b3c577916066535..e94ef648bee47518eb42922da9a3eb8545003526 100644 (file)
@@ -4,14 +4,20 @@
     Name:       csleobuild.xml
     Purpose:
     Author:
-    RCS-ID:     $Id$
     Copyright:
     Licence:
 -->
 
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
 
-<xi:include href="include/defs.xml"/>
+<xi:include href="include/csleobuild.xml"/>
+
+<scheduler>
+    <name>branch_2_9_0</name>
+    <branch>branches/WX_2_9_0_BRANCH</branch>
+    <treeStableTimer>900</treeStableTimer>
+    <fileNotImportant>docs/* interface/*</fileNotImportant>
+</scheduler>
 
 <build>
     <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
@@ -25,9 +31,9 @@
         <run-tests/>
     </steps>
 </build>
-<build>
+  <build>
     <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
-    <builddir>csleo</builddir>
+    <builddir>csleo_cocoa</builddir>
     <scheduler>trunk_quick</scheduler>
 
     <steps>
@@ -36,7 +42,7 @@
         <compile-all/>
         <run-tests/>
     </steps>
-</build>
+  </build>
 <build>
     <name>OSX 10.5 Intel wxMac Stable</name>
     <builddir>csleo_stable</builddir>
@@ -50,4 +56,4 @@
     </steps>
 </build>
 
-</bot>
\ No newline at end of file
+</bot>