diff options
author | Tom Schindl | 2014-08-06 07:05:18 +0000 |
---|---|---|
committer | Tom Schindl | 2014-08-06 07:05:18 +0000 |
commit | 4968282b6e2e2e95a3852c7d969bf791e4cb0225 (patch) | |
tree | 6fc5ac8f546cbb601f3ba2d0e52947ec250bbea7 /releng/runtime/org.eclipse.fx.runtime.feature | |
parent | 2218e39190c28ab22db2f072ca5425e5f13d3123 (diff) | |
download | org.eclipse.efxclipse-4968282b6e2e2e95a3852c7d969bf791e4cb0225.tar.gz org.eclipse.efxclipse-4968282b6e2e2e95a3852c7d969bf791e4cb0225.tar.xz org.eclipse.efxclipse-4968282b6e2e2e95a3852c7d969bf791e4cb0225.zip |
added missing bundle
Diffstat (limited to 'releng/runtime/org.eclipse.fx.runtime.feature')
-rw-r--r-- | releng/runtime/org.eclipse.fx.runtime.feature/feature.xml | 16 |
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> |