Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2010-09-23 15:20:49 +0000
committerDJ Houghton2010-09-23 15:20:49 +0000
commitcfa99d4271a2e6dad5ff110b7f0b29eaa029f3ec (patch)
tree8cdbaa670e5f9050ecaaa72fe71cfa467d842819 /features
parentbc84e97a2992a6a37bee2e1cab338a400ad148c3 (diff)
downloadrt.equinox.p2-cfa99d4271a2e6dad5ff110b7f0b29eaa029f3ec.tar.gz
rt.equinox.p2-cfa99d4271a2e6dad5ff110b7f0b29eaa029f3ec.tar.xz
rt.equinox.p2-cfa99d4271a2e6dad5ff110b7f0b29eaa029f3ec.zip
Bug 326043 - some 3.7 p2 feature versions need to be incremented
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.sdk/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
index 5faa18b95..0327f032f 100644
--- a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.discovery.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.0.100.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.equinox.p2.sdk/feature.xml b/features/org.eclipse.equinox.p2.sdk/feature.xml
index a0a9fcff7..2cf7bab8c 100644
--- a/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ b/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.sdk"
label="%featureName"
- version="3.6.0.qualifier"
+ version="3.7.0.qualifier"
provider-name="%providerName">
<description>

Back to the top