Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorKen Ryall2009-02-25 15:24:14 +0000
committerKen Ryall2009-02-25 15:24:14 +0000
commit412ba1852ccf427febffdf9f03674ee1f417c0e8 (patch)
tree82c09dd3dedeceb944edbc2fd7d70189081f8e64 /launch
parenta1d528d6c7a27688ec428b73e74cad055d1078fc (diff)
downloadorg.eclipse.cdt-412ba1852ccf427febffdf9f03674ee1f417c0e8.tar.gz
org.eclipse.cdt-412ba1852ccf427febffdf9f03674ee1f417c0e8.tar.xz
org.eclipse.cdt-412ba1852ccf427febffdf9f03674ee1f417c0e8.zip
Fix API tooling problems and first pass and cleanup of the Executables view sources. Does not yet include all changes from the patch in bug 265796
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF b/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
index 8a017bbc57c..9e6c26d08a1 100644
--- a/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
+++ b/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
@@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)",
org.eclipse.cdt.ui;bundle-version="[5.0.0,6.0.0)",
- org.eclipse.cdt.debug.core;bundle-version="[5.0.0,6.0.0)",
+ org.eclipse.cdt.debug.core;bundle-version="[6.0.0,7.0.0)",
org.eclipse.cdt.debug.ui;bundle-version="[5.0.0,6.0.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)"

Back to the top