]> 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 6a10f1bef84173d70bf44be8ea0d284068669ab0..e94ef648bee47518eb42922da9a3eb8545003526 100644 (file)
@@ -4,7 +4,6 @@
     Name:       csleobuild.xml
     Purpose:
     Author:
-    RCS-ID:     $Id$
     Copyright:
     Licence:
 -->
@@ -24,7 +23,7 @@
     <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
     <builddir>csleo</builddir>
     <scheduler>trunk_quick</scheduler>
-    
+
     <steps>
         <checkout/>
         <configure/>
     </steps>
 </build>
 
-<build>
-    <name>OSX 10.5 Intel wxOSX Carbon 2.9.0</name>
-    <builddir>csleo_pre</builddir>
-    <scheduler>branch_2_9_0</scheduler>    
-    <steps>
-        <checkout branch="branches/WX_2_9_0_BRANCH"/>
-        <configure/>
-        <compile-all/>
-        <run-tests/>
-    </steps>
-</build>
-  <build>
-    <name>OSX 10.5 Intel wxOSX Cocoa 2.9.0</name>
-    <builddir>csleo_cocoa_pre</builddir>
-    <scheduler>branch_2_9_0</scheduler>
-    <steps>
-        <checkout branch="branches/WX_2_9_0_BRANCH"/>
-        <configure options="--with-osx_cocoa"/>
-        <compile-all/>
-        <run-tests/>
-    </steps>
-  </build>
-
 </bot>