Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-09-08 13:07:54 +0000
committerDavid Williams2014-09-08 13:07:54 +0000
commitd0064096b0c125af8da6be30143c08f079c0fa49 (patch)
treef64284fa1d0592e3475e52cec693db2cddaa2853 /eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
parente09e5a56848127308197c483c3eb324f67211ef2 (diff)
downloadeclipse.platform.releng.aggregator-d0064096b0c125af8da6be30143c08f079c0fa49.tar.gz
eclipse.platform.releng.aggregator-d0064096b0c125af8da6be30143c08f079c0fa49.tar.xz
eclipse.platform.releng.aggregator-d0064096b0c125af8da6be30143c08f079c0fa49.zip
Bug 441691 - Remove Mac OS X 32-bit build
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
index e8b0962a5..fc99f39ed 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
@@ -147,17 +147,6 @@
value="cocoa" />
<param
name="arch"
- value="" />
- </antcall>
- <antcall target="packageSwtStandalone">
- <param
- name="os"
- value="macosx" />
- <param
- name="ws"
- value="cocoa" />
- <param
- name="arch"
value="x86_64" />
</antcall>
<antcall target="packageSwtStandalone">

Back to the top