ctf: Move plugins to their own sub-directory
[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: 1.0.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,
14 org.eclipse.tracecompass.tmf.core,
15 org.eclipse.tracecompass.tmf.core.tests,
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.callstack
22 Import-Package: com.google.common.collect
This page took 0.038825 seconds and 5 git commands to generate.