Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 52c37252fcc5c19369cc9fe2f307593eb7b3a27e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.swt.tests
Bundle-Version: 3.106.200.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.swt.tests.junit,
 org.eclipse.swt.tests.junit.performance
Require-Bundle: org.junit;bundle-version="4.12.0",
 org.eclipse.swt;bundle-version="3.108.0",
 org.eclipse.test.performance;bundle-version="3.13.0"
Eclipse-BundleShape: dir
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.swt.tests

Back to the top