ctf: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.alltests / 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: 3.1.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.lttng.alltests;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.runtime,
12 org.eclipse.test.performance,
13 org.eclipse.tracecompass.ctf.core.tests;bundle-version="2.1.0",
14 org.eclipse.linuxtools.gdbtrace.core.tests;bundle-version="1.1.0",
15 org.eclipse.linuxtools.gdbtrace.ui.tests;bundle-version="1.1.0",
16 org.eclipse.linuxtools.lttng2.control.core.tests;bundle-version="2.1.0",
17 org.eclipse.linuxtools.lttng2.control.ui.tests;bundle-version="2.1.0",
18 org.eclipse.linuxtools.lttng2.kernel.core.tests;bundle-version="2.1.0",
19 org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests;bundle-version="3.1.0",
20 org.eclipse.linuxtools.lttng2.kernel.ui.tests;bundle-version="2.1.0",
21 org.eclipse.linuxtools.lttng2.ust.core.tests;bundle-version="2.1.0",
22 org.eclipse.linuxtools.lttng2.ust.ui.tests;bundle-version="2.1.0",
23 org.eclipse.linuxtools.statesystem.core.tests;bundle-version="3.1.0",
24 org.eclipse.linuxtools.tmf.core.tests;bundle-version="2.1.0",
25 org.eclipse.linuxtools.tmf.ctf.core.tests;bundle-version="3.1.0",
26 org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests;bundle-version="3.1.0",
27 org.eclipse.linuxtools.tmf.ui.swtbot.tests;bundle-version="3.1.0",
28 org.eclipse.linuxtools.tmf.ui.tests;bundle-version="2.1.0",
29 org.eclipse.tracecompass.ctf.parser.tests;bundle-version="3.1.0",
30 org.eclipse.tracecompass.btf.core.tests;bundle-version="3.1.0",
31 org.eclipse.linuxtools.tmf.analysis.xml.core.tests;bundle-version="1.1.0",
32 org.eclipse.linuxtools.tmf.analysis.xml.ui.tests;bundle-version="1.1.0",
33 org.eclipse.linuxtools.pcap.core.tests;bundle-version="1.0.0",
34 org.eclipse.linuxtools.tmf.pcap.core.tests;bundle-version="1.0.0",
35 org.eclipse.linuxtools.tmf.pcap.ui.swtbot.tests;bundle-version="1.0.0"
36 Export-Package: org.eclipse.linuxtools.lttng.alltests;x-internal:=true
37 Import-Package: org.apache.derby.jdbc,
38 org.json
39 Bundle-Activator: org.eclipse.linuxtools.lttng.alltests.Activator
This page took 0.041748 seconds and 5 git commands to generate.