Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f4777fcc034cf252b26dfd9da0cf7942cd59f8de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.dataviewers.charts;singleton:=true
Bundle-Version: 6.0.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.dataviewers.charts.Activator
Bundle-Vendor: %bundleProvider
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.linuxtools.dataviewers;bundle-version="4.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.dataviewers.charts.actions,
 org.eclipse.linuxtools.dataviewers.charts.provider
Import-Package: org.eclipse.linuxtools.dataviewers.piechart,
 org.swtchart
Bundle-Localization: plugin

Back to the top