Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a991dc32f4f8d787541d5ed1d526be25371789c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.tools.launch.core;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.cdt.core,
 org.eclipse.core.resources,
 org.eclipse.ui;bundle-version="3.7.0",
 org.eclipse.linuxtools.profiling.launch;bundle-version="0.10.0",
 org.eclipse.core.filesystem;bundle-version="1.3.100"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.tools.launch.core,
 org.eclipse.linuxtools.tools.launch.core.factory,
 org.eclipse.linuxtools.tools.launch.core.properties

Back to the top