Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-02-01 21:47:41 +0000
committerDarin Wright2008-02-01 21:47:41 +0000
commitabeaaec8c949f0897cbf4fc755cf4891845f5315 (patch)
treee7bf6a570e20c9efe477db75f94691ed3f9d55da /org.eclipse.debug.core/META-INF/MANIFEST.MF
parent5fa30d6552916d2d488586a6b591f93850b7d1b9 (diff)
downloadeclipse.platform.debug-abeaaec8c949f0897cbf4fc755cf4891845f5315.tar.gz
eclipse.platform.debug-abeaaec8c949f0897cbf4fc755cf4891845f5315.tar.xz
eclipse.platform.debug-abeaaec8c949f0897cbf4fc755cf4891845f5315.zip
Bug 208062 - First context menu has mysterious Run As/Debug As/Profile As menu entries
Diffstat (limited to 'org.eclipse.debug.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index 868409b6b..efab904b1 100644
--- a/org.eclipse.debug.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF
@@ -19,7 +19,8 @@ Export-Package: org.eclipse.debug.core,
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.3.0,4.0.0)";visibility:=reexport,
org.eclipse.core.variables;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)"
+ org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
+ org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)"
Eclipse-LazyStart: true
Import-Package: com.ibm.icu.text
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top