Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2ff37991b30a11672bb2f467366309481c256eab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.callgraph.core;singleton:=true
Bundle-Version: 0.10.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.callgraph.core.CallgraphCorePlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.linuxtools.internal.callgraph.core
Import-Package: org.eclipse.cdt.core.model,
 org.eclipse.debug.ui.sourcelookup,
 org.eclipse.jface.text,
 org.eclipse.linuxtools.profiling.ui,
 org.eclipse.ui,
 org.eclipse.ui.console
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin

Back to the top