Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2011-06-14 00:25:39 +0000
committerPaul Webster2011-06-14 00:25:39 +0000
commit35dc7eb25ef2671d3b8158174c8c9efb03686a8c (patch)
tree822b31f776594cf2885611041269e8bb1edd71e4 /features
parent61a626d011c0fedac791c3426d98e99c125fbcb3 (diff)
downloadorg.eclipse.e4.tools-35dc7eb25ef2671d3b8158174c8c9efb03686a8c.tar.gz
org.eclipse.e4.tools-35dc7eb25ef2671d3b8158174c8c9efb03686a8c.tar.xz
org.eclipse.e4.tools-35dc7eb25ef2671d3b8158174c8c9efb03686a8c.zip
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.e4.core.tools.feature/feature.xml11
-rw-r--r--features/org.eclipse.e4.tools.e3x.bridge.feature/feature.xml2
2 files changed, 6 insertions, 7 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>
diff --git a/features/org.eclipse.e4.tools.e3x.bridge.feature/feature.xml b/features/org.eclipse.e4.tools.e3x.bridge.feature/feature.xml
index 2f77a106..c56e260a 100644
--- a/features/org.eclipse.e4.tools.e3x.bridge.feature/feature.xml
+++ b/features/org.eclipse.e4.tools.e3x.bridge.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.e4.tools.e3x.bridge.feature"
label="%featureName"
- version="0.9.0.qualifier"
+ version="0.11.0.qualifier"
provider-name="%providerName">
<description>

Back to the top