Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2008-10-24 05:11:57 +0000
committerPawel Piech2008-10-24 05:11:57 +0000
commit11d9ef10d10b0d6723d6f42db5c656f30e529fa8 (patch)
tree73ed308dee49923e0f0ff4cb2484cc2597ff0a9c /org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
parentca2de530aea0f7ddda0b312ec46958e600da7a96 (diff)
downloadeclipse.platform.debug-11d9ef10d10b0d6723d6f42db5c656f30e529fa8.tar.gz
eclipse.platform.debug-11d9ef10d10b0d6723d6f42db5c656f30e529fa8.tar.xz
eclipse.platform.debug-11d9ef10d10b0d6723d6f42db5c656f30e529fa8.zip
Bug 229219 - Track "debugContext" with the window evaluation context.
Diffstat (limited to 'org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
index 2770fb9da..2b5754ac0 100644
--- a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
@@ -13,7 +13,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.ide,
- org.eclipse.debug.examples.core
+ org.eclipse.debug.examples.core,
+ org.eclipse.core.expressions
Eclipse-LazyStart: true
Export-Package: org.eclipse.debug.examples.ui.midi.adapters,
org.eclipse.debug.examples.ui.midi.detailpanes,

Back to the top