Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2012-11-14 18:01:23 +0000
committerSilenio Quarti2012-11-14 18:01:23 +0000
commit62253d37bb8c8e142385f863c8af4c54409c9c55 (patch)
treec0f0008787d0ae0fe3d1eedb05d9db2601d715d4 /bundles
parent1de09b3a95ecff883ebbd1d991f2ec96e1748848 (diff)
downloadrt.equinox.framework-62253d37bb8c8e142385f863c8af4c54409c9c55.tar.gz
rt.equinox.framework-62253d37bb8c8e142385f863c8af4c54409c9c55.tar.xz
rt.equinox.framework-62253d37bb8c8e142385f863c8af4c54409c9c55.zip
Bug 337334 - Provide p2 repository containing all launcher fragments
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.executable/feature.xml69
1 files changed, 0 insertions, 69 deletions
diff --git a/bundles/org.eclipse.equinox.executable/feature.xml b/bundles/org.eclipse.equinox.executable/feature.xml
index 7e07fd8ae..068ae1a09 100644
--- a/bundles/org.eclipse.equinox.executable/feature.xml
+++ b/bundles/org.eclipse.equinox.executable/feature.xml
@@ -42,25 +42,6 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.motif.solaris.sparc"
- os="solaris"
- ws="motif"
- arch="sparc"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.equinox.launcher.carbon.macosx"
- os="macosx"
- ws="carbon"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.equinox.launcher.cocoa.macosx"
os="macosx"
ws="cocoa"
@@ -91,16 +72,6 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.gtk.linux.ppc"
- os="linux"
- ws="gtk"
- arch="ppc"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.equinox.launcher.gtk.linux.ppc64"
os="linux"
ws="gtk"
@@ -131,16 +102,6 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.motif.aix.ppc"
- os="aix"
- ws="motif"
- arch="ppc"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.equinox.launcher.gtk.aix.ppc64"
os="aix"
ws="gtk"
@@ -171,26 +132,6 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.motif.hpux.ia64_32"
- os="hpux"
- ws="motif"
- arch="ia64_32"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.equinox.launcher.motif.linux.x86"
- os="linux"
- ws="motif"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.equinox.launcher.win32.win32.x86"
os="win32"
ws="win32"
@@ -221,16 +162,6 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.wpf.win32.x86"
- os="win32"
- ws="wpf"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.equinox.launcher.gtk.linux.s390"
os="linux"
ws="gtk"

Back to the top