Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 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

Back to the top