]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix branch name.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 23 Mar 2009 18:28:25 +0000 (18:28 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 23 Mar 2009 18:28:25 +0000 (18:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/csleobuild.xml

index b422993458a64e666fc9e2d820a55fd07a5572d2..c23ac17cd7e2a18d379bdd444d5284154ab87a2b 100644 (file)
@@ -55,7 +55,7 @@
     <scheduler>trunk_quick</scheduler>
     
     <steps>
-        <checkout branch="WX_2_9_OSX_PREVIEW"/>
+        <checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
         <configure/>
         <compile-all/>
         <run-tests/>
@@ -67,7 +67,7 @@
     <scheduler>trunk_quick</scheduler>
 
     <steps>
-        <checkout branch="WX_2_9_OSX_PREVIEW"/>
+        <checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
         <configure options="--with-osx_cocoa"/>
         <compile-all/>
         <run-tests/>