Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 569b98c336f355a6f34e4c44c0b471bb76595934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true
Bundle-Version: 1.5.300.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Localization: launcher
Export-Package: org.eclipse.core.launcher;x-internal:=true,
 org.eclipse.equinox.internal.launcher;x-internal:=true,
 org.eclipse.equinox.launcher;x-internal:=true
Automatic-Module-Name: org.eclipse.equinox.launcher

Back to the top