Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/feature.xml2
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.objectteams.otdt.feature/feature.xml b/features/org.eclipse.objectteams.otdt.feature/feature.xml
index a622405b8..8fa8b2edf 100644
--- a/features/org.eclipse.objectteams.otdt.feature/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.feature/feature.xml
@@ -100,7 +100,7 @@ Project Leader:
id="org.eclipse.objectteams.otdt.ui"
download-size="285"
install-size="285"
- version="0.0.0"
+ version="0.7.0"
unpack="false"/>
<plugin
diff --git a/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml b/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml
index 3a4f727ea..3f91c5871 100644
--- a/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.objectteams.otdt-tests"
label="OTDT Development Tools Unit Tests"
- version="1.2.4"
+ version="0.7.0"
provider-name="Eclipse Object Teams Project">
<description>
@@ -90,7 +90,7 @@ This software is based on Eclipse and the Java Development Tooling
id="org.eclipse.jdt.ui.tests"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="3.6.0"/>
<plugin
id="org.objectteams.otdt.debug.tests"

Back to the top