Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2012-03-01 19:43:31 +0000
committerEugene Tarassov2012-03-01 19:43:31 +0000
commitca7c5e562e5bea052a9854821f1836374d95ba2a (patch)
tree4fd640c8a48e4aa9de36dd49b21e1686edcf742a /plugins/org.eclipse.tcf.cdt.ui/META-INF
parentc1b2bbd160805769df7c4a229f40d007b8450077 (diff)
downloadorg.eclipse.tcf-ca7c5e562e5bea052a9854821f1836374d95ba2a.tar.gz
org.eclipse.tcf-ca7c5e562e5bea052a9854821f1836374d95ba2a.tar.xz
org.eclipse.tcf-ca7c5e562e5bea052a9854821f1836374d95ba2a.zip
TCF Debugger: added required bundle-version numbers for org.eclipse.core.runtime and org.eclipse.cdt.debug.ui.
Diffstat (limited to 'plugins/org.eclipse.tcf.cdt.ui/META-INF')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF
index 4da1a0f38..9737f58a4 100644
--- a/plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.core,
org.eclipse.cdt.ui,
org.eclipse.cdt.debug.core,
- org.eclipse.cdt.debug.ui;bundle-version="7.0.0",
+ org.eclipse.cdt.debug.ui;bundle-version="7.1.0",
org.eclipse.tcf.core,
org.eclipse.tcf.debug,
org.eclipse.tcf.debug.ui,

Back to the top