Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2012-09-22 17:24:01 +0000
committerStephan Herrmann2012-09-22 17:24:01 +0000
commit8e54773a6a1eeb2d04fef8ad8afc93e53934e611 (patch)
treef9b2dc2e86881aa91566321760f12cd985d5fcea /features
parentb7c82ca6824e674944a651d0397cb7edba0afac6 (diff)
downloadorg.eclipse.objectteams-8e54773a6a1eeb2d04fef8ad8afc93e53934e611.tar.gz
org.eclipse.objectteams-8e54773a6a1eeb2d04fef8ad8afc93e53934e611.tar.xz
org.eclipse.objectteams-8e54773a6a1eeb2d04fef8ad8afc93e53934e611.zip
Revert accidental/premature version update (we're not yet at 2.2.1).
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.objectteams.otdt.core.patch/feature.xml2
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/feature.xml4
-rw-r--r--features/org.eclipse.objectteams.otdt.source.feature/feature.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index f6f0fada7..24927a144 100644
--- a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.objectteams.otdt.core.patch"
label="%featureName"
- version="2.2.1.qualifier"
+ version="2.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.jdt.core">
diff --git a/features/org.eclipse.objectteams.otdt.feature/feature.xml b/features/org.eclipse.objectteams.otdt.feature/feature.xml
index 89b48704a..fd427fdc5 100644
--- a/features/org.eclipse.objectteams.otdt.feature/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.objectteams.otdt"
label="%featureName"
- version="2.2.1.qualifier"
+ version="2.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.objectteams.otdt"
image="OTDT-110.png">
@@ -64,7 +64,7 @@ Project Leader:
<includes
id="org.eclipse.objectteams.otdt.core.patch"
- version="2.2.1.qualifier"/>
+ version="2.2.0.qualifier"/>
<plugin
id="org.eclipse.objectteams.otdt"
diff --git a/features/org.eclipse.objectteams.otdt.source.feature/feature.xml b/features/org.eclipse.objectteams.otdt.source.feature/feature.xml
index c6ca95496..a9d2a3212 100644
--- a/features/org.eclipse.objectteams.otdt.source.feature/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.source.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.objectteams.otdt.source.feature"
label="%featureName"
- version="2.2.1.qualifier"
+ version="2.2.0.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/objectteams">

Back to the top