Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2015-12-14 23:16:26 +0000
committerTom Schindl2015-12-14 23:16:26 +0000
commit9f3ef0c65a08844aa78c7f58ec042d77d76b9fe5 (patch)
treed123a71ad2b4027ec2ce00922a35a560620e42d2 /releng
parente6629ef90a0cf34294c0b774e52f253c61cdc5ce (diff)
downloadorg.eclipse.efxclipse-9f3ef0c65a08844aa78c7f58ec042d77d76b9fe5.tar.gz
org.eclipse.efxclipse-9f3ef0c65a08844aa78c7f58ec042d77d76b9fe5.tar.xz
org.eclipse.efxclipse-9f3ef0c65a08844aa78c7f58ec042d77d76b9fe5.zip
Bug 484362 - text.compat source is not publised in p2
Diffstat (limited to 'releng')
-rw-r--r--releng/code/org.eclipse.fx.code.target.feature/feature.xml7
1 files changed, 7 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 13dc72dd2..99f81c4b8 100644
--- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml
+++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml
@@ -441,6 +441,13 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
unpack="false"/>
<plugin
+ id="org.eclipse.fx.text.compat.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.fx.code.editor.configuration"
download-size="0"
install-size="0"

Back to the top