Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2015-11-25 23:48:58 +0000
committerTom Schindl2015-11-25 23:48:58 +0000
commit9cc6ac358c910aa794c3b3f906a76fdd974c78d0 (patch)
tree60ea17811f33db5299d2fded76b82986be6ff9e6 /releng
parent44f16b78669f4a9d0a8a35987b815f887c3c7ded (diff)
downloadorg.eclipse.efxclipse-9cc6ac358c910aa794c3b3f906a76fdd974c78d0.tar.gz
org.eclipse.efxclipse-9cc6ac358c910aa794c3b3f906a76fdd974c78d0.tar.xz
org.eclipse.efxclipse-9cc6ac358c910aa794c3b3f906a76fdd974c78d0.zip
fix build
Diffstat (limited to 'releng')
-rw-r--r--releng/code/org.eclipse.fx.code.target.feature/feature.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/releng/code/org.eclipse.fx.code.target.feature/feature.xml b/releng/code/org.eclipse.fx.code.target.feature/feature.xml
index 629f9ba3a..43a9a22e0 100644
--- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml
+++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml
@@ -520,4 +520,46 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.fx.code.editor.configuration"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.configuration.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.configuration.text"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.configuration.text.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.configuration.text.fx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.configuration.text.fx.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top