Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.equinox.executable.feature/feature.xml10
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml1
-rw-r--r--pom.xml1
3 files changed, 0 insertions, 12 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"
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/**/*"/>
diff --git a/pom.xml b/pom.xml
index f23c1de2b..889f630db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,6 @@
<module>bundles/org.eclipse.osgi/supplement</module>
<module>bundles/org.eclipse.equinox.launcher</module>
- <module>bundles/org.eclipse.equinox.launcher.cocoa.macosx</module>
<module>bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.aix.ppc</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64</module>

Back to the top