Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7ee0f50b362155fc79f924ff3b25bf82561c1bb8 (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.107.100.qualifier
Bundle-Vendor: %providerName
Require-Bundle: org.junit;bundle-version="4.13.0",
 org.eclipse.swt
Eclipse-BundleShape: dir
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.swt.tests.gtk

Back to the top