Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2015-11-25 23:54:36 +0000
committerTom Schindl2015-11-26 00:02:27 +0000
commit57336390089f2d17f8fbaadcb40fc1e5d7765c27 (patch)
treed95950874f0f43bc614942b600a77258f030b130 /releng
parent9cc6ac358c910aa794c3b3f906a76fdd974c78d0 (diff)
downloadorg.eclipse.efxclipse-57336390089f2d17f8fbaadcb40fc1e5d7765c27.tar.gz
org.eclipse.efxclipse-57336390089f2d17f8fbaadcb40fc1e5d7765c27.tar.xz
org.eclipse.efxclipse-57336390089f2d17f8fbaadcb40fc1e5d7765c27.zip
renamed languages bundle
Diffstat (limited to 'releng')
-rw-r--r--releng/code/org.eclipse.fx.code.target.feature/feature.xml4
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml2
2 files changed, 3 insertions, 3 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 43a9a22e0..016cc8f93 100644
--- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml
+++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml
@@ -423,14 +423,14 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
unpack="false"/>
<plugin
- id="org.eclipse.fx.code.editor.ldef.langs"
+ id="org.eclipse.fx.code.editor.langs"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.fx.code.editor.ldef.langs.source"
+ id="org.eclipse.fx.code.editor.langs.source"
download-size="0"
install-size="0"
version="0.0.0"
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index 5e144e6fd..8a50b4d7a 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -87,7 +87,7 @@
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef.text</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef.text.fx</module>
- <module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs</module>
+ <module>../../bundles/code/org.eclipse.fx.code.editor.langs</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs.fx</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs.text</module>
<module>../../bundles/code/org.eclipse.fx.code.editor.ldef.langs.themes</module>

Back to the top