Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-04-23 19:14:22 +0000
committerTom Schindl2014-04-23 19:14:22 +0000
commit68690b356a0d315e32abf32023501467a89fb6a3 (patch)
tree796be47a87edb1aade860e507659083675793cbd
parentd79b3b2847e277c738af29a67831883d4e6d9322 (diff)
downloadorg.eclipse.efxclipse-68690b356a0d315e32abf32023501467a89fb6a3.tar.gz
org.eclipse.efxclipse-68690b356a0d315e32abf32023501467a89fb6a3.tar.xz
org.eclipse.efxclipse-68690b356a0d315e32abf32023501467a89fb6a3.zip
adding jface to the update-site
-rw-r--r--releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml b/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml
index bdd665373..f5538c881 100644
--- a/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml
@@ -169,4 +169,24 @@ This Agreement is governed by the laws of the State of New York and the intellec
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.eclipse.fx.runtime.swt.e4.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.jface"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.jface.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top