diff options
author | Tom Schindl | 2015-08-25 07:26:32 +0000 |
---|---|---|
committer | Tom Schindl | 2015-08-25 07:33:06 +0000 |
commit | fc1be439e032a86d76f1df3f84f20d625bf012b0 (patch) | |
tree | eba5fdb6a8826f8297ee1b3b3be46931e8f5769e /releng/code | |
parent | 7f84ece307a4ff311bd5921e45a0e00ad4aa96e1 (diff) | |
download | org.eclipse.efxclipse-fc1be439e032a86d76f1df3f84f20d625bf012b0.tar.gz org.eclipse.efxclipse-fc1be439e032a86d76f1df3f84f20d625bf012b0.tar.xz org.eclipse.efxclipse-fc1be439e032a86d76f1df3f84f20d625bf012b0.zip |
update target platform feature
Diffstat (limited to 'releng/code')
-rw-r--r-- | releng/code/org.eclipse.fx.code.target.feature/feature.xml | 51 |
1 files changed, 46 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" |