Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-02-03 16:34:52 +0000
committerDarin Wright2006-02-03 16:34:52 +0000
commitadea7f7429ebaec4561d2f806394c769900d287c (patch)
treebf51fad2f0542c9744f1528ec82030e954ff4f34 /org.eclipse.debug.ui/META-INF
parent9dac5a1c21bfebdb45aa8bcd17da7e93b3400dda (diff)
downloadeclipse.platform.debug-adea7f7429ebaec4561d2f806394c769900d287c.tar.gz
eclipse.platform.debug-adea7f7429ebaec4561d2f806394c769900d287c.tar.xz
eclipse.platform.debug-adea7f7429ebaec4561d2f806394c769900d287c.zip
add provisional package to API
Diffstat (limited to 'org.eclipse.debug.ui/META-INF')
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 14b169295..08c8d16d6 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -14,6 +14,7 @@ Export-Package: org.eclipse.debug.internal.ui;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.contexts.provisional,
org.eclipse.debug.internal.ui.elements.adapters;x-internal:=true,
org.eclipse.debug.internal.ui.importexport.breakpoints;x-internal:=true,
org.eclipse.debug.internal.ui.launchConfigurations;x-internal:=true,

Back to the top