tmf: add abstract bar chart viewer on top using swt chart
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tracing.examples / META-INF / MANIFEST.MF
index c8b15c107e60161c6d11336df6ac5a710e531679..fc67a5f6d2831f992053e42318605590065b5da1 100644 (file)
@@ -6,9 +6,13 @@ Bundle-Version: 1.0.0.qualifier
 Bundle-Localization: plugin
 Bundle-Activator: org.eclipse.linuxtools.tracing.examples.ui.Activator
 Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime
+ org.eclipse.core.runtime,
+ org.eclipse.linuxtools.tmf.core;bundle-version="3.0.0",
+ org.eclipse.linuxtools.tmf.ui;bundle-version="3.0.0"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Export-Package: org.eclipse.linuxtools.tracing.examples.ui;x-internal:=true
+Export-Package: org.eclipse.linuxtools.tracing.examples.ui;x-internal:=true,
+ org.eclipse.linuxtools.tracing.examples.ui.viewers.histogram;x-internal:=true,
+ org.eclipse.linuxtools.tracing.examples.ui.views.histogram;x-internal:=true
 Bundle-Vendor: %Bundle-Vendor
 Import-Package: org.swtchart
This page took 0.024895 seconds and 5 git commands to generate.