Shorten wxOSX builds labels.

Too long labels made some of the buildbot tables quite unreadable, so shorten
them to something more reasonable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-07-14 11:38:18 +00:00
parent 8219223d0e
commit de291b2be1

View File

@@ -22,7 +22,7 @@
<xsl:variable name="SDKCURRENTIOSSIM" select="'--with-macosx-version-min=7.1 --with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk'"/>
<build>
<name>OSX 10.9 Intel wxOSX Cocoa trunk (min. Deployment 10.7, libstdc++)</name>
<name>OSX 10.9 Cocoa trunk (libstdc++)</name>
<builddir>csleo_cocoa</builddir>
<scheduler>trunk_quick</scheduler>
@@ -35,7 +35,7 @@
</build>
<build>
<name>OSX 10.9 Intel wxOSX Cocoa trunk (min. Deployment 10.9, libc++)</name>
<name>OSX 10.9 Cocoa trunk (libc++)</name>
<builddir>csleo_cocoalibc++</builddir>
<scheduler>trunk_quick</scheduler>
@@ -48,7 +48,7 @@
</build>
<build>
<name>OSX 10.6 Intel wxOSX Cocoa Stable</name>
<name>OSX 10.6 Cocoa Stable</name>
<builddir>csleo_stable_cocoa</builddir>
<scheduler>stable_quick</scheduler>
@@ -61,7 +61,7 @@
</build>
<build>
<name>OSX 10.6 Intel wxOSX Carbon Stable</name>
<name>OSX 10.6 Carbon Stable</name>
<builddir>csleo_stable_carbon</builddir>
<scheduler>stable_quick</scheduler>