Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-04-09 11:28:09 +0000
committerTom Schindl2014-04-09 11:28:09 +0000
commit753ebb079e6967a5af12028fb43f3a5a3f4e815b (patch)
tree76cce8eb16051013f634cd48dda78258a9db1299 /releng/runtime
parenta825f78d5a3672a1b11bb6207fe878e7a9d88fd0 (diff)
downloadorg.eclipse.efxclipse-753ebb079e6967a5af12028fb43f3a5a3f4e815b.tar.gz
org.eclipse.efxclipse-753ebb079e6967a5af12028fb43f3a5a3f4e815b.tar.xz
org.eclipse.efxclipse-753ebb079e6967a5af12028fb43f3a5a3f4e815b.zip
adding controls to target platform
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.runtime.feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
index 6b4205d5a..b4a94b5a3 100644
--- a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
@@ -515,4 +515,18 @@ This Agreement is governed by the laws of the State of New York and the intellec
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.fx.ui.controls"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.ui.controls.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top