Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2015-10-20 15:31:55 +0000
committerTom Schindl2015-10-20 15:31:55 +0000
commite2d2879e0f5c7f2b2d9f9fb6e8d335af8cee59b8 (patch)
tree28c136a85e199fb94459bc1cda8c1b26a3ac3bd0 /releng
parent6fe7b89c3aee1f59d7676d10f856567d3affb986 (diff)
downloadorg.eclipse.efxclipse-e2d2879e0f5c7f2b2d9f9fb6e8d335af8cee59b8.tar.gz
org.eclipse.efxclipse-e2d2879e0f5c7f2b2d9f9fb6e8d335af8cee59b8.tar.xz
org.eclipse.efxclipse-e2d2879e0f5c7f2b2d9f9fb6e8d335af8cee59b8.zip
Bug 480229 - Add native launcher artifacts to the target feature
Diffstat (limited to 'releng')
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
index 0641fbc5b..99da4818e 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -2307,4 +2307,40 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.equinox.launcher.gtk.linux.x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.equinox.launcher.gtk.linux.x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.equinox.launcher.win32.win32.x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.equinox.launcher.win32.win32.x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+
</feature>

Back to the top