]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 24 Mar 2009 07:40:58 +0000 (07:40 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 24 Mar 2009 07:40:58 +0000 (07:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/csleobuild.xml

index 0d7858f5f7a310d45feba7e78553cfd30acac639..79dfa65d938dac22aa63042bb19fce96856e2c47 100644 (file)
 
 <xi:include href="include/csleobuild.xml"/>
 
-<scheduler>
-    <name>preview_quick</name>
-    <branch>branches/WX_2_9_OSX_PREVIEW</branch>
-    <treeStableTimer>900</treeStableTimer>
-    <fileNotImportant>docs/* interface/*</fileNotImportant>
-</scheduler>
-
-<slavelock>
-    <name>preview</name>
-</slavelock>
-
 <build>
     <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
     <builddir>csleo</builddir>
         <run-tests/>
     </steps>
 </build>
-<build>
-    <name>OSX 10.5 Intel wxOSX Carbon 2.9 Preview</name>
-    <builddir>csleo_pre</builddir>
-    <scheduler>preview_quick</scheduler>    
-    <steps>
-        <checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
-        <configure/>
-        <compile-all/>
-        <run-tests/>
-    </steps>
-</build>
-  <build>
-    <name>OSX 10.5 Intel wxOSX Cocoa 2.9 Preview</name>
-    <builddir>csleo_cocoa_pre</builddir>
-    <scheduler>preview_quick</scheduler>
-    <steps>
-        <checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
-        <configure options="--with-osx_cocoa"/>
-        <compile-all/>
-        <run-tests/>
-    </steps>
-  </build>
-   
 </bot>