Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2006-02-27 22:16:34 +0000
committerMikhail Khodjaiants2006-02-27 22:16:34 +0000
commit3d876aa65ccf27917ffacf3063f7ecdc4ae545d4 (patch)
tree1d62ed737ba38f7230f95bf91d0d5da8cc364da4 /debug/org.eclipse.cdt.debug.ui/META-INF
parente69e9f076582dc10d79d9ac981254ef82b6e60d9 (diff)
downloadorg.eclipse.cdt-3d876aa65ccf27917ffacf3063f7ecdc4ae545d4.tar.gz
org.eclipse.cdt-3d876aa65ccf27917ffacf3063f7ecdc4ae545d4.tar.xz
org.eclipse.cdt-3d876aa65ccf27917ffacf3063f7ecdc4ae545d4.zip
Added dependency to the org.eclipse.ui.views plugin (needed to use the breakpoint actions in the Outline view).
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/META-INF')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
index 4c1de3ad37d..1ab01fc7e49 100644
--- a/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
@@ -32,5 +32,6 @@ Require-Bundle: org.eclipse.ui.ide,
org.eclipse.cdt.ui,
org.eclipse.cdt.core,
org.eclipse.core.runtime,
- org.eclipse.ui.console
+ org.eclipse.ui.console,
+ org.eclipse.ui.views
Eclipse-LazyStart: true

Back to the top