Skip to main content
summaryrefslogtreecommitdiffstats
blob: ea191f2fc19240270d4faf4300692acffd6a14ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Graphing Plug-in
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.local.callgraph;singleton:=true
Bundle-Version: 0.0.1.qualifier
Bundle-Activator: org.eclipse.linuxtools.systemtap.local.callgraph.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.draw2d,
 org.eclipse.zest.layouts
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.linuxtools.systemtap.local.callgraph,
 org.eclipse.linuxtools.systemtap.local.callgraph.graphlisteners
Import-Package: org.eclipse.cdt.core.model,
 org.eclipse.jface.text,
 org.eclipse.linuxtools.systemtap.local.core,
 org.eclipse.ui.texteditor,
 org.eclipse.zest.core.widgets,
 org.eclipse.zest.layouts,
 org.eclipse.zest.layouts.algorithms

Back to the top