Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.e4.core.tools.feature')
-rw-r--r--features/org.eclipse.e4.core.tools.feature/feature.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/features/org.eclipse.e4.core.tools.feature/feature.xml b/features/org.eclipse.e4.core.tools.feature/feature.xml
index 488acb91..c56823a4 100644
--- a/features/org.eclipse.e4.core.tools.feature/feature.xml
+++ b/features/org.eclipse.e4.core.tools.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.e4.core.tools.feature"
label="%featureName"
- version="0.9.0.qualifier"
+ version="0.10.0.qualifier"
provider-name="%providerName">
<description>
@@ -58,20 +58,19 @@
install-size="0"
version="0.0.0"
unpack="false"/>
-
- <plugin
+
+ <plugin
id="org.eclipse.e4.tools.emf.ui.script.js"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
-
- <plugin
+
+ <plugin
id="org.mozilla.javascript"
download-size="0"
install-size="0"
version="1.7.2.qualifier"
unpack="false"/>
-
</feature>

Back to the top