Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-05-28 13:01:57 +0000
committerJohn Cortell2010-05-28 13:01:57 +0000
commit6f3aa8adf27bd927ef82bfa65408e613d5285302 (patch)
tree8a14e7ec105a9196d0d785cd7f2ed56f0d17ee31 /debug/org.eclipse.cdt.debug.ui/META-INF
parent50cde93ef8a9ef9fd5603e5736c5cfdfb7164428 (diff)
downloadorg.eclipse.cdt-6f3aa8adf27bd927ef82bfa65408e613d5285302.tar.gz
org.eclipse.cdt-6f3aa8adf27bd927ef82bfa65408e613d5285302.tar.xz
org.eclipse.cdt-6f3aa8adf27bd927ef82bfa65408e613d5285302.zip
Bug 314745: Need to API to expose the address bar text and memory space ID set in Memory Browser
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/META-INF')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 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 be0d5e11f12..7cb7f39b33a 100644
--- a/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
@@ -35,6 +35,7 @@ Export-Package:
org.eclipse.cdt.debug.ui.editors,
org.eclipse.cdt.debug.ui.importexecutable,
org.eclipse.cdt.debug.ui.preferences,
+ org.eclipse.cdt.debug.ui.provisional;x-internal:=true,
org.eclipse.cdt.debug.ui.sourcelookup
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",

Back to the top