custom charts: Add formatter for the charts
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.chart.ui / META-INF / MANIFEST.MF
CommitLineData
63c0d837
GAPG
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
5Bundle-Version: 1.0.0.qualifier
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.tracecompass.tmf.chart.ui;singleton:=true
8Bundle-Activator: org.eclipse.tracecompass.internal.tmf.chart.ui.Activator
9Bundle-ActivationPolicy: lazy
10Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11Require-Bundle: org.eclipse.ui,
12 org.eclipse.core.runtime,
13 org.eclipse.jface,
0a772436
GAPG
14 org.eclipse.tracecompass.common.core,
15 org.eclipse.tracecompass.tmf.core
16Export-Package: org.eclipse.tracecompass.internal.tmf.chart.ui;x-internal:=true,
17 org.eclipse.tracecompass.internal.tmf.chart.ui.data;x-internal:=true,
18 org.eclipse.tracecompass.internal.tmf.chart.ui.format;x-internal:=true
19Import-Package: com.google.common.collect
This page took 0.024857 seconds and 5 git commands to generate.