Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
index 4842518882..fc8e8ef378 100644
--- a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
@@ -6,8 +6,10 @@ Bundle-Version: 3.104.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.swt.tests.junit,
- org.eclipse.swt.tests.junit.browser
+ org.eclipse.swt.tests.junit.browser,
+ org.eclipse.swt.tests.junit.performance
Require-Bundle: org.junit,
- org.eclipse.swt
+ org.eclipse.swt,
+ org.eclipse.test.performance
Eclipse-BundleShape: dir
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top