Adapt views plugins to TMF
[deliverable/tracecompass.git] / tmf / org.lttng.scope.tmf2.views.ui / META-INF / MANIFEST.MF
CommitLineData
735b1ca2
AM
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
5Bundle-Version: 0.2.0.qualifier
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.lttng.scope.tmf2.views.ui;singleton:=true
8Bundle-Activator: org.lttng.scope.tmf2.views.ui.activator.internal.Activator
9Bundle-ActivationPolicy: lazy
10Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11Require-Bundle: org.eclipse.core.runtime,
12 org.eclipse.ui,
735b1ca2
AM
13 org.lttng.scope.tmf2.views.core,
14 org.eclipse.tracecompass.tmf.core,
15 org.eclipse.tracecompass.tmf.ui,
a2fb04cd
AM
16 org.eclipse.core.resources,
17 org.eclipse.tracecompass.common.core
735b1ca2
AM
18Export-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
25Import-Package: com.google.common.annotations,
26 com.google.common.base,
27 com.google.common.collect,
28 com.google.common.primitives
This page took 0.024003 seconds and 5 git commands to generate.