Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUwe Stieber2014-02-27 13:15:20 +0000
committerUwe Stieber2014-02-27 13:15:20 +0000
commitcaa9977d8d4c1ffddd5ca575087a8409ff0b13a8 (patch)
tree175769834efa23fbbe632a3436934361b13c4f8c /tests
parentb0b689e83b34cda2b24b7424d98b285106a6bed9 (diff)
downloadorg.eclipse.tcf-caa9977d8d4c1ffddd5ca575087a8409ff0b13a8.tar.gz
org.eclipse.tcf-caa9977d8d4c1ffddd5ca575087a8409ff0b13a8.tar.xz
org.eclipse.tcf-caa9977d8d4c1ffddd5ca575087a8409ff0b13a8.zip
Releng: Update version match rules to require 1.3.0
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF12
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF b/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
index fe2b8af79..f05092c81 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
+++ b/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
@@ -14,12 +14,12 @@ Require-Bundle: org.eclipse.cdt.debug.core;bundle-version="7.2.0",
org.eclipse.ui.ide;bundle-version="3.8.0",
org.eclipse.ui.workbench.texteditor;bundle-version="3.8.0",
org.junit;bundle-version="3.8.2",
- org.eclipse.tcf.core;bundle-version="1.2.0",
- org.eclipse.tcf.debug;bundle-version="1.2.0",
- org.eclipse.tcf.debug.ui;bundle-version="1.2.0",
- org.eclipse.tcf.cdt.ui;bundle-version="1.2.0",
- org.eclipse.tcf.te.tcf.locator;bundle-version="1.2.0",
- org.eclipse.tcf.te.tests;bundle-version="1.2.0"
+ org.eclipse.tcf.core;bundle-version="1.3.0",
+ org.eclipse.tcf.debug;bundle-version="1.3.0",
+ org.eclipse.tcf.debug.ui;bundle-version="1.3.0",
+ org.eclipse.tcf.cdt.ui;bundle-version="1.3.0",
+ org.eclipse.tcf.te.tcf.locator;bundle-version="1.3.0",
+ org.eclipse.tcf.te.tests;bundle-version="1.3.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.debug.internal.ui.viewers.model
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 3ec1b83d7..3b970a9cb 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -19,7 +19,7 @@
<jacoco.append>true</jacoco.append>
<sdk-version>3.8.2</sdk-version>
- <tcf-version>1.2.0</tcf-version>
+ <tcf-version>1.3.0</tcf-version>
<ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m</ui.test.vmargs>
</properties>

Back to the top