Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2006-01-16 22:37:09 +0000
committerKevin Barnes2006-01-16 22:37:09 +0000
commitfc8b289edff5ec9495bf3b1f0c6e5ec32058fb23 (patch)
tree777b38600f097dfd48dd108929ab89ef10f4d039 /org.eclipse.debug.ui/META-INF/MANIFEST.MF
parente0b22608e971b53849f383723a9572bb2d5c06ad (diff)
downloadeclipse.platform.debug-fc8b289edff5ec9495bf3b1f0c6e5ec32058fb23.tar.gz
eclipse.platform.debug-fc8b289edff5ec9495bf3b1f0c6e5ec32058fb23.tar.xz
eclipse.platform.debug-fc8b289edff5ec9495bf3b1f0c6e5ec32058fb23.zip
https://bugs.eclipse.org/bugs/show_bug.cgi?id=123163
Diffstat (limited to 'org.eclipse.debug.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 550c37d6c..3a6a3b5fd 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -11,8 +11,6 @@ Export-Package: org.eclipse.debug.internal.ui;x-internal:=true,
org.eclipse.debug.internal.ui.actions.breakpointGroups;x-internal:=true,
org.eclipse.debug.internal.ui.actions.breakpoints,
org.eclipse.debug.internal.ui.actions.context;x-internal:=true,
- org.eclipse.debug.internal.ui.actions.expressions,
- org.eclipse.debug.internal.ui.actions.variables,
org.eclipse.debug.internal.ui.contexts;x-internal:=true,
org.eclipse.debug.internal.ui.elements.adapters;x-internal:=true,
org.eclipse.debug.internal.ui.importexport.breakpoints;x-internal:=true,
@@ -51,4 +49,3 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)"
Eclipse-LazyStart: true
-Bundle-ClassPath: .

Back to the top