Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fefc7227dec5a81b2eb5e5654365249f88c46276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.linuxtools.profiling.launch;singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.profiling.launch.ProfileLaunchPlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.cdt.core,
 org.eclipse.cdt.launch;bundle-version="7.0.0",
 org.eclipse.core.filesystem;bundle-version="1.3.100",
 org.eclipse.cdt.debug.ui
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.eclipse.cdt.core.model,
 org.eclipse.cdt.debug.core,
 org.eclipse.cdt.launch,
 org.eclipse.cdt.launch.ui,
 org.eclipse.cdt.ui,
 org.eclipse.cdt.ui.newui,
 org.eclipse.cdt.utils.pty,
 org.eclipse.cdt.utils.spawner,
 org.eclipse.core.resources,
 org.eclipse.debug.core,
 org.eclipse.debug.core.model,
 org.eclipse.debug.ui,
 org.eclipse.debug.ui.actions,
 org.eclipse.debug.ui.sourcelookup,
 org.eclipse.jface.text,
 org.eclipse.ui,
 org.eclipse.ui.console
Export-Package: org.eclipse.linuxtools.internal.profiling.launch;x-int
 ernal:=true,org.eclipse.linuxtools.internal.profiling.launch.provider
 ;x-friends:="org.eclipse.linuxtools.gprof.test",org.eclipse.linuxtool
 s.internal.profiling.launch.provider.launch;x-friends:="org.eclipse.l
 inuxtools.gprof.test",org.eclipse.linuxtools.profiling.launch,org.ecl
 ipse.linuxtools.profiling.launch.ui
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor.0

Back to the top