Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-05-17 13:48:00 +0000
committerMike Rennie2012-05-17 15:44:01 +0000
commit6e5719f57839b1d47dfd84ef260d1a957d70c5a6 (patch)
tree5a364db23cb00ec75bdf8d12606558603621955c
parent430c02ca4b1095f18a47db154bdc24f956d74255 (diff)
downloadeclipse.platform.debug-6e5719f57839b1d47dfd84ef260d1a957d70c5a6.tar.gz
eclipse.platform.debug-6e5719f57839b1d47dfd84ef260d1a957d70c5a6.tar.xz
eclipse.platform.debug-6e5719f57839b1d47dfd84ef260d1a957d70c5a6.zip
Bug 379736 - Include Eclipse-BundleShape in test plugin MANIFEST.MF
-rw-r--r--org.eclipse.debug.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.tests/META-INF/MANIFEST.MF b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
index f295130bc..da16cf28e 100644
--- a/org.eclipse.debug.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
@@ -21,3 +21,4 @@ Export-Package: org.eclipe.debug.tests.launching,
org.eclipse.debug.tests.breakpoint,
org.eclipse.debug.tests.expressions,
org.eclipse.debug.tests.statushandlers
+Eclipse-BundleShape: dir

Back to the top