Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2015-08-25 07:26:32 +0000
committerTom Schindl2015-08-25 07:33:06 +0000
commitfc1be439e032a86d76f1df3f84f20d625bf012b0 (patch)
treeeba5fdb6a8826f8297ee1b3b3be46931e8f5769e /releng
parent7f84ece307a4ff311bd5921e45a0e00ad4aa96e1 (diff)
downloadorg.eclipse.efxclipse-fc1be439e032a86d76f1df3f84f20d625bf012b0.tar.gz
org.eclipse.efxclipse-fc1be439e032a86d76f1df3f84f20d625bf012b0.tar.xz
org.eclipse.efxclipse-fc1be439e032a86d76f1df3f84f20d625bf012b0.zip
update target platform feature
Diffstat (limited to 'releng')
-rw-r--r--releng/code/org.eclipse.fx.code.target.feature/feature.xml51
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml5
2 files changed, 51 insertions, 5 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 956025d61..239812090 100644
--- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml
+++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml
@@ -6,7 +6,7 @@
provider-name="Eclipse.org">
<description>
- Target plaform to setup code editors
+ Target plaform to setup code editors
</description>
<copyright>
@@ -409,28 +409,69 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
version="0.0.0"/>
<plugin
- id="org.eclipse.fx.code.outline"
+ id="org.eclipse.fx.code.editor.fx.themes"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+ <plugin
+ id="org.eclipse.fx.code.editor.fx.themes.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef.langs"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef.langs.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef.langs.fx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef.langs.fx.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef.langs.text"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.fx.code.outline.source"
+ id="org.eclipse.fx.code.editor.ldef.langs.text.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.fx.code.outline.e4"
+ id="org.eclipse.fx.code.editor.ldef.langs.themes"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.fx.code.outline.e4.source"
+ id="org.eclipse.fx.code.editor.ldef.langs.themes.source"
download-size="0"
install-size="0"
version="0.0.0"
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index 8d1fa826f..70d2aa112 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -79,9 +79,14 @@
<module>../../bundles/code/org.eclipse.fx.code.editor.e4</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.fx</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.fx.e4</module>
+ <module>../../bundles/code/org.eclipse.fx.code.editor.fx.themes</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef.text</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef.text.fx</module>
+ <module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs</module>
+ <module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs.fx</module>
+ <module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs.text</module>
+ <module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs.themes</module>
<!-- Features -->
<module>../runtime/org.eclipse.fx.core.feature</module>

Back to the top