Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 49f69dce134ccd880a6d9bf055d094b9b8b14d53 (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.500.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.13.0",
 org.eclipse.swt;bundle-version="3.110.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