Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordj2011-09-12 15:43:29 +0000
committerdj2011-09-12 15:43:29 +0000
commitf33ed90e87cc3e00b608ffe413ec3ac543f62d8b (patch)
treee0be91ec7d1fb7fc8bb6fb5eaf320f105dc9c98a /features
parenta4439d90f4dd7d1033f3dca6e92c3b7064b6f47f (diff)
downloadrt.equinox.framework-f33ed90e87cc3e00b608ffe413ec3ac543f62d8b.tar.gz
rt.equinox.framework-f33ed90e87cc3e00b608ffe413ec3ac543f62d8b.tar.xz
rt.equinox.framework-f33ed90e87cc3e00b608ffe413ec3ac543f62d8b.zip
Bug 357376 - equinox and p2 features need their versions incrementedv20110912-1543
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 1d36afcdb..7f614b091 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -2,11 +2,11 @@
<feature
id="org.eclipse.equinox.core.sdk"
label="%featureName"
- version="3.7.0.qualifier"
- provider-name="%providerName"
+ version="3.8.0.qualifier"
+ provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
-
+
<description>
%description
</description>
@@ -298,13 +298,13 @@
version="0.0.0"
unpack="false"/>
- <plugin
+ <plugin
id="org.eclipse.equinox.region"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
-
+
<plugin
id="org.eclipse.equinox.region.source"
download-size="0"

Back to the top