fdb4500771192e8265413aa8480ffb444f1d9663
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.ust.core.tests / 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.1.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.tracecompass.lttng2.ust.core.tests;singleton:=true
8 Bundle-ActivationPolicy: lazy
9 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
10 Require-Bundle: org.junit;bundle-version="4.0.0",
11 org.eclipse.core.resources,
12 org.eclipse.core.runtime,
13 org.eclipse.tracecompass.common.core;bundle-version="0.1.0",
14 org.eclipse.tracecompass.tmf.core,
15 org.eclipse.tracecompass.tmf.core.tests;bundle-version="0.1.0",
16 org.eclipse.tracecompass.tmf.ctf.core,
17 org.eclipse.tracecompass.tmf.ctf.core.tests,
18 org.eclipse.tracecompass.lttng2.ust.core,
19 org.eclipse.tracecompass.lttng2.control.core
20 Export-Package: org.eclipse.tracecompass.lttng2.ust.core.tests,
21 org.eclipse.tracecompass.lttng2.ust.core.tests.trace.callstack
22 Import-Package: com.google.common.collect
This page took 0.032192 seconds and 4 git commands to generate.