Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 484251888264bce40456562abee4ce764050b447 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.swt.tests
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
Require-Bundle: org.junit,
 org.eclipse.swt
Eclipse-BundleShape: dir
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top