Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2015-07-17 23:26:10 +0000
committerTom Schindl2015-07-17 23:26:29 +0000
commit3f14301bdb09d9718eb72ebb7e93055b70b501e5 (patch)
treebc6e856f9d8ddf487964c5382ac4e9b5c266c1fd /releng
parenta485362e46ef845177cc926d6139b54438757d05 (diff)
downloadorg.eclipse.efxclipse-3f14301bdb09d9718eb72ebb7e93055b70b501e5.tar.gz
org.eclipse.efxclipse-3f14301bdb09d9718eb72ebb7e93055b70b501e5.tar.xz
org.eclipse.efxclipse-3f14301bdb09d9718eb72ebb7e93055b70b501e5.zip
Bug 472982 - Add a code editing framework
Diffstat (limited to 'releng')
-rw-r--r--releng/code/org.eclipse.fx.code.target.feature/feature.xml63
1 files changed, 62 insertions, 1 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 fa60f8231..4de04a1e8 100644
--- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml
+++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.fx.code.target.feature"
- label="Feature"
+ label="Code editing target platform"
version="2.1.0.qualifier">
<description url="http://www.example.com/description">
@@ -90,4 +90,65 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.fx.code.editor"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.e4"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.fx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.fx.e4"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef.text"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.fx.code.editor.ldef.text.fx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.fx.code.outline"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.outline.e4"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top