Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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, 10 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index b92369a4b..a911ac9fb 100644
--- a/features/org.eclipse.equinox.executable.feature/feature.xml
+++ b/features/org.eclipse.equinox.executable.feature/feature.xml
@@ -42,6 +42,16 @@
fragment="true"/>
<plugin
+ id="org.eclipse.equinox.launcher.gtk.solaris.x86_64"
+ os="solaris"
+ ws="gtk"
+ arch="x86_64"
+ 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