Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 29fdd7e7faf1ac1aeeb0481abfe26abed66131e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.swt.tests
Bundle-Version: 3.8.0.qualifier
Bundle-ClassPath: swttests.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.swt.tests.junit,
 org.eclipse.swt.tests.junit.browser,
 org.eclipse.swt.tests.junit.performance
Require-Bundle: org.junit,
 org.eclipse.swt,
 org.eclipse.test.performance

Back to the top