Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7d5b91898846eaeb347c32a48058f1b4705d6052 (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.9.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.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.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