revert in case the buildbot problem was caused by this change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-07-05 10:16:45 +00:00
parent 2e65e9199b
commit fe4253bab3

View File

@@ -13,7 +13,7 @@
<xi:include href="include/csleobuild.xml"/>
<build>
<name>OSX 10.9 Intel wxOSX Cocoa trunk</name>
<name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
<builddir>csleo_cocoa</builddir>
<scheduler>trunk_quick</scheduler>
@@ -25,7 +25,6 @@
</steps>
</build>
<!--
<build>
<name>OSX 10.5 Intel wxOSX Carbon trunk</name>
<builddir>csleo_carbon</builddir>
@@ -33,12 +32,11 @@
<steps>
<checkout/>
<configure options="- -with-osx_carbon"/>
<configure options="--with-osx_carbon"/>
<compile-all/>
<run-tests/>
</steps>
</build>
-->
<build>
<name>OSX 10.5 Intel wxOSX Cocoa Stable</name>
@@ -53,7 +51,6 @@
</steps>
</build>
<!--
<build>
<name>OSX 10.5 Intel wxOSX Carbon Stable</name>
<builddir>csleo_stable_carbon</builddir>
@@ -61,11 +58,10 @@
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="- -with-osx_carbon"/>
<configure options="--with-osx_carbon"/>
<compile-all/>
<run-tests/>
</steps>
</build>
-->
</bot>