Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-11-20 23:08:36 +0000
committerTom Schindl2013-11-20 23:08:36 +0000
commitd9bac3147f61ef7300bb3eee5c525ef632e0c3f5 (patch)
tree47feb63416b6b450bccdceb70b750f1d76580e77 /releng/runtime
parenta5124f3e8c5ed8cef221c8be602fc047477a65bd (diff)
downloadorg.eclipse.efxclipse-d9bac3147f61ef7300bb3eee5c525ef632e0c3f5.tar.gz
org.eclipse.efxclipse-d9bac3147f61ef7300bb3eee5c525ef632e0c3f5.tar.xz
org.eclipse.efxclipse-d9bac3147f61ef7300bb3eee5c525ef632e0c3f5.zip
Bug 422198 - Provide more lightweight access to IEclipseContext values
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml35
1 files changed, 35 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 2a147aa07..ef80be438 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -2159,4 +2159,39 @@ 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.mobile.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.di"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.di.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.di.context"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.di.context.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top