Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.runtime.feature/feature.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
index cd7b3ad94..4d4aa0918 100644
--- a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
@@ -499,7 +499,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
install-size="0"
version="0.0.0"
unpack="false"/>
-
+
<plugin
id="org.eclipse.fx.core.slf4j.source"
download-size="0"
@@ -513,11 +513,25 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
install-size="0"
version="0.0.0"
unpack="false"/>
+
<plugin
id="org.slf4j.api.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.fxml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+ <plugin
+ id="org.eclipse.fx.core.fxml.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top