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/pom.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/pom.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index e3ef5a5df..2630da8c8 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -334,7 +334,6 @@
<echo message="Copy eclipse binaries to launcher binaries"/>
<copy todir="bin" verbose="true" includeEmptyDirs="false" failonerror="true">
<fileset dir="../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/">
- <include name="cocoa/macosx/x86/**/*"/>
<include name="cocoa/macosx/x86_64/**/*"/>
<include name="gtk/aix/ppc/**/*"/>
<include name="gtk/aix/ppc64/**/*"/>

Back to the top