Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 36a60085bce9a87c9958311bdb868b7be3c410c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.swt.tests.gtk
Bundle-Version: 3.106.0.qualifier
Bundle-Vendor: %providerName
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.gtk

Back to the top