ctf: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ust.core / META-INF / MANIFEST.MF
CommitLineData
91fc3690
AM
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
5d7fd8f6 5Bundle-Version: 3.1.0.qualifier
91fc3690
AM
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.ust.core;singleton:=true
8Bundle-Activator: org.eclipse.linuxtools.internal.lttng2.ust.core.Activator
9Bundle-ActivationPolicy: lazy
e0838ca1 10Bundle-RequiredExecutionEnvironment: JavaSE-1.7
309ebaac
GB
11Export-Package: org.eclipse.linuxtools.internal.lttng2.ust.core;x-internal:=true,
12 org.eclipse.linuxtools.internal.lttng2.ust.core.memoryusage;x-friends:="org.eclipse.linuxtools.lttng2.ust.ui,org.eclipse.linuxtools.lttng2.ust.core.tests",
13 org.eclipse.linuxtools.internal.lttng2.ust.core.trace.callstack;x-friends:="org.eclipse.linuxtools.lttng2.ust.ui,org.eclipse.linuxtools.lttng2.ust.core.tests",
14 org.eclipse.linuxtools.lttng2.ust.core.analysis.memory,
15 org.eclipse.linuxtools.lttng2.ust.core.trace
91fc3690
AM
16Require-Bundle: org.eclipse.core.runtime,
17 org.eclipse.core.resources,
9da723c0 18 org.eclipse.tracecompass.ctf.core;bundle-version="3.1.0",
5d7fd8f6 19 org.eclipse.linuxtools.tmf.core;bundle-version="3.1.0",
53e5d2d3
GM
20 org.eclipse.linuxtools.tmf.ctf.core,
21 org.eclipse.linuxtools.lttng2.control.core
22Import-Package: com.google.common.collect
This page took 0.035571 seconds and 5 git commands to generate.