Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-06-25 21:53:11 +0000
committerTom Schindl2013-06-25 21:53:11 +0000
commit70d6ff8bf5dfbd61d4a51194a87e8c8c04c293ec (patch)
treecdb406692ebc8cb1b07c92e333953934378feb6a /releng/runtime/org.eclipse.fx.target.rcp.feature
parent105f3a2f9aebd3ad865069295b4e563b492f40a2 (diff)
downloadorg.eclipse.efxclipse-70d6ff8bf5dfbd61d4a51194a87e8c8c04c293ec.tar.gz
org.eclipse.efxclipse-70d6ff8bf5dfbd61d4a51194a87e8c8c04c293ec.tar.xz
org.eclipse.efxclipse-70d6ff8bf5dfbd61d4a51194a87e8c8c04c293ec.zip
adding needed fake bundle
Diffstat (limited to 'releng/runtime/org.eclipse.fx.target.rcp.feature')
-rw-r--r--releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml
index 0bd9d8edf..762dcfd54 100644
--- a/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml
@@ -32,4 +32,11 @@
fragment="true"
unpack="false"/>
+ <plugin
+ id="org.eclipse.fx.javafx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top