Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml16
1 files changed, 16 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 3996af923..022169392 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -2405,4 +2405,20 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="com.google.inject.multibindings"
+ fragment="true"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ />
+
+ <plugin
+ id="com.google.inject.multibindings.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"
+ />
</feature>

Back to the top