Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-07-18 10:49:58 +0000
committerTom Schindl2015-07-18 10:49:58 +0000
commit9c8b9d933886272a5d22acb990747421fdd35256 (patch)
tree70d16fc6ad59acbafc2c43a234b61c1d9d90660c /releng/code
parentc550872c717d7193c092cd3789f17a0cff833f67 (diff)
downloadorg.eclipse.efxclipse-9c8b9d933886272a5d22acb990747421fdd35256.tar.gz
org.eclipse.efxclipse-9c8b9d933886272a5d22acb990747421fdd35256.tar.xz
org.eclipse.efxclipse-9c8b9d933886272a5d22acb990747421fdd35256.zip
Bug 472982 - Add a code editing framework
Diffstat (limited to 'releng/code')
-rw-r--r--releng/code/org.eclipse.fx.code.target.feature/feature.xml14
1 files changed, 14 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 4de04a1e8..9af59bc43 100644
--- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml
+++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml
@@ -91,6 +91,20 @@
unpack="false"/>
<plugin
+ id="org.eclipse.fx.text"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.text.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.fx.code.editor"
download-size="0"
install-size="0"

Back to the top