diff options
author | Michael Rennie | 2008-03-07 14:46:15 +0000 |
---|---|---|
committer | Michael Rennie | 2008-03-07 14:46:15 +0000 |
commit | 27a532228cd4d51cddd498fff24e77780fab7734 (patch) | |
tree | ff09a505355515c6ed6d823548aad45ebfd48462 /org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF | |
parent | 4114b26d8d133eab3c7363b4119b4cc5a2924d93 (diff) | |
download | eclipse.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/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF | 4 |
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, |