Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2008-03-07 14:46:15 +0000
committerMichael Rennie2008-03-07 14:46:15 +0000
commit27a532228cd4d51cddd498fff24e77780fab7734 (patch)
treeff09a505355515c6ed6d823548aad45ebfd48462 /org.eclipse.debug.examples.ui
parent4114b26d8d133eab3c7363b4119b4cc5a2924d93 (diff)
downloadeclipse.platform.debug-27a532228cd4d51cddd498fff24e77780fab7734.tar.gz
eclipse.platform.debug-27a532228cd4d51cddd498fff24e77780fab7734.tar.xz
eclipse.platform.debug-27a532228cd4d51cddd498fff24e77780fab7734.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF4
1 files changed, 3 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 1b934f947..68b76cbea 100644
--- a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
@@ -15,7 +15,9 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.ide,
org.eclipse.debug.examples.core
Eclipse-LazyStart: true
-Export-Package: org.eclipse.debug.examples.ui.midi.launcher,
+Export-Package: org.eclipse.debug.examples.ui.midi.adapters,
+ org.eclipse.debug.examples.ui.midi.detailpanes,
+ org.eclipse.debug.examples.ui.midi.launcher,
org.eclipse.debug.examples.ui.pda,
org.eclipse.debug.examples.ui.pda.adapters,
org.eclipse.debug.examples.ui.pda.breakpoints,

Back to the top