Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e2356046857a2db1e89e572f9bfae9a6befb32eb (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.graphing.ui;singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.systemtap.graphing.ui.GraphingUIPlugin
Bundle-Vendor: %bundleProvider
Bundle-Localization: plugin
Export-Package: org.eclipse.linuxtools.systemtap.graphing.ui,org.eclip
 se.linuxtools.systemtap.graphing.ui.charts,org.eclipse.linuxtools.sys
 temtap.graphing.ui.charts.listeners,org.eclipse.linuxtools.systemtap.
 graphing.ui.datadisplay,org.eclipse.linuxtools.systemtap.graphing.ui.
 views,org.eclipse.linuxtools.systemtap.graphing.ui.widgets,org.eclips
 e.linuxtools.systemtap.graphing.ui.wizards.dataset,org.eclipse.linuxt
 ools.systemtap.graphing.ui.wizards.graph
Require-Bundle: org.eclipse.linuxtools.systemtap.graphing.core,
 org.eclipse.linuxtools.systemtap.structures,
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.ui.forms,
 org.swtchart,
 org.eclipse.linuxtools.dataviewers.piechart,
 org.eclipse.linuxtools.dataviewers.charts
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Back to the top