Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordj2011-09-07 20:08:11 +0000
committerdj2011-09-07 20:08:20 +0000
commit783aed6540dfe10e472fef12cafddd4e3db50139 (patch)
tree00109e496ffbce9b3ca768af4700c57d883cdd38
parenta40d118a969814cf732d4e8a556945911e8d64c4 (diff)
downloadeclipse.platform.runtime-783aed6540dfe10e472fef12cafddd4e3db50139.tar.gz
eclipse.platform.runtime-783aed6540dfe10e472fef12cafddd4e3db50139.tar.xz
eclipse.platform.runtime-783aed6540dfe10e472fef12cafddd4e3db50139.zip
Bug 356993 - equinox/p2 feature versions in 3.7.x stream should bev20110907-2008R3_7_1R37x_v20110907
incremented
-rw-r--r--features/org.eclipse.core.runtime.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.core.runtime.feature/feature.xml b/features/org.eclipse.core.runtime.feature/feature.xml
index 1c061031a..59b511f96 100644
--- a/features/org.eclipse.core.runtime.feature/feature.xml
+++ b/features/org.eclipse.core.runtime.feature/feature.xml
@@ -2,10 +2,10 @@
<feature
id="org.eclipse.core.runtime.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.0.1.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ license-feature-version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]

Back to the top