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

Back to the top