diff options
author | Tom Schindl | 2015-12-18 09:44:50 +0000 |
---|---|---|
committer | Tom Schindl | 2015-12-18 09:44:50 +0000 |
commit | 67e42b74e4fec97c23234b9a6fc2904379717a80 (patch) | |
tree | 5c38d4d36eac8f8216c6c1f038e7a78fd796acbf /releng | |
parent | 6b8f081bde9889926145f800fc7ddea3e5163358 (diff) | |
download | org.eclipse.efxclipse-67e42b74e4fec97c23234b9a6fc2904379717a80.tar.gz org.eclipse.efxclipse-67e42b74e4fec97c23234b9a6fc2904379717a80.tar.xz org.eclipse.efxclipse-67e42b74e4fec97c23234b9a6fc2904379717a80.zip |
Bug 484645 - org.eclipse.fx.code.editor.configuration.text should not require e4/osgi stuff
Diffstat (limited to 'releng')
-rw-r--r-- | releng/code/org.eclipse.fx.code.target.feature/feature.xml | 14 |
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 99f81c4b8..17927bebc 100644 --- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml +++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml @@ -476,6 +476,20 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U unpack="false"/> <plugin + id="org.eclipse.fx.code.editor.configuration.text.e4" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.fx.code.editor.configuration.text.e4.source" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin id="org.eclipse.fx.code.editor.configuration.text.fx" download-size="0" install-size="0" |