Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2b0216497f14cd1b643803bf42df7dd61cfbe2f9 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.callgraph.launch;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.callgraph.launch.CallgraphLaunchPlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.debug.ui,
 org.eclipse.draw2d,
 org.eclipse.cdt.core,
 org.eclipse.cdt.ui
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.cdt.core.model,
 org.eclipse.cdt.debug.core,
 org.eclipse.cdt.launch,
 org.eclipse.cdt.launch.ui,
 org.eclipse.core.resources,
 org.eclipse.debug.core,
 org.eclipse.debug.ui,
 org.eclipse.jface.text,
 org.eclipse.linuxtools.internal.callgraph.core,
 org.eclipse.linuxtools.profiling.launch,
 org.eclipse.ui,
 org.eclipse.ui.console,
 org.eclipse.ui.model,
 org.eclipse.ui.views.navigator
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor

Back to the top