Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-09-09 10:47:26 +0000
committerArun Thondapu2014-09-09 10:47:26 +0000
commit350046a78f5034000094aa52eaf46221fdd1be5b (patch)
treea16c56db44d77d31d97c0b0f1cd3582fa728ebf7 /features/org.eclipse.equinox.executable.feature/feature.xml
parentbc039ffcfc419c4e64ba6fc8fe1de3592bd160e9 (diff)
downloadrt.equinox.framework-350046a78f5034000094aa52eaf46221fdd1be5b.tar.gz
rt.equinox.framework-350046a78f5034000094aa52eaf46221fdd1be5b.tar.xz
rt.equinox.framework-350046a78f5034000094aa52eaf46221fdd1be5b.zip
Bug 443527 - remove mac32 bit launcher from buildI20140909-0800
Change-Id: Ie04345a5a3d3d5e743067001041c00047b215d54 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/feature.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/feature.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index 90acd678b..82b718968 100644
--- a/features/org.eclipse.equinox.executable.feature/feature.xml
+++ b/features/org.eclipse.equinox.executable.feature/feature.xml
@@ -42,16 +42,6 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.cocoa.macosx"
- os="macosx"
- ws="cocoa"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"
os="macosx"
ws="cocoa"

Back to the top