Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2012-05-16 20:40:57 +0000
committerGrant Gayed2012-05-16 20:40:57 +0000
commit341f65cfbdc1be51db5fd6e300f68a856cc8e7a6 (patch)
tree754503cc985dcb8769638eca6072695db2afd4a5 /tests/org.eclipse.swt.tests
parent3f1e99ae14bbe90e36294e025ec4f55ce315ca5a (diff)
downloadeclipse.platform.swt-341f65cfbdc1be51db5fd6e300f68a856cc8e7a6.tar.gz
eclipse.platform.swt-341f65cfbdc1be51db5fd6e300f68a856cc8e7a6.tar.xz
eclipse.platform.swt-341f65cfbdc1be51db5fd6e300f68a856cc8e7a6.zip
Bug 379737 - Include Eclipse-BundleShape in test plugin MANIFEST.MF
Diffstat (limited to 'tests/org.eclipse.swt.tests')
-rw-r--r--tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
index b60d2153dd..1e2fd0d1f8 100644
--- a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
@@ -12,3 +12,4 @@ Export-Package: org.eclipse.swt.tests.junit,
Require-Bundle: org.junit,
org.eclipse.swt,
org.eclipse.test.performance
+Eclipse-BundleShape: dir

Back to the top