Adapt views plugins to TMF
[deliverable/tracecompass.git] / tmf / org.lttng.scope.tmf2.views.ui / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %Bundle-Name
4 Bundle-Vendor: %Bundle-Vendor
5 Bundle-Version: 0.2.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.lttng.scope.tmf2.views.ui;singleton:=true
8 Bundle-Activator: org.lttng.scope.tmf2.views.ui.activator.internal.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 Require-Bundle: org.eclipse.core.runtime,
12 org.eclipse.ui,
13 org.lttng.scope.tmf2.views.core,
14 org.eclipse.tracecompass.tmf.core,
15 org.eclipse.tracecompass.tmf.ui,
16 org.eclipse.core.resources,
17 org.eclipse.tracecompass.common.core
18 Export-Package: org.lttng.scope.tmf2.views.ui.activator.internal;x-internal:=true,
19 org.lttng.scope.tmf2.views.ui.jfx,
20 org.lttng.scope.tmf2.views.ui.jfx.examples,
21 org.lttng.scope.tmf2.views.ui.timeline,
22 org.lttng.scope.tmf2.views.ui.timeline.widgets.timegraph,
23 org.lttng.scope.tmf2.views.ui.timeline.widgets.timegraph.toolbar,
24 org.lttng.scope.tmf2.views.ui.timeline.widgets.timegraph.toolbar.nav
25 Import-Package: com.google.common.annotations,
26 com.google.common.base,
27 com.google.common.collect,
28 com.google.common.primitives
This page took 0.031514 seconds and 5 git commands to generate.