Set next release to be 3.1.0.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.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: 3.0.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.kernel.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.runtime,
12 org.eclipse.linuxtools.tmf.core;bundle-version="3.0.0",
13 org.eclipse.linuxtools.tmf.core.tests;bundle-version="3.0.0",
14 org.eclipse.linuxtools.tmf.ctf.core,
15 org.eclipse.linuxtools.tmf.ctf.core.tests,
16 org.eclipse.linuxtools.lttng2.kernel.core;bundle-version="3.0.0",
17 org.eclipse.core.resources,
18 org.eclipse.linuxtools.statesystem.core,
19 org.eclipse.linuxtools.lttng2.control.core
20 Export-Package: org.eclipse.linuxtools.lttng2.kernel.core.tests,org.ec
21 lipse.linuxtools.lttng2.kernel.core.tests.event.matchandsync,org.ecli
22 pse.linuxtools.lttng2.kernel.core.tests.stateprovider
23 Import-Package: com.google.common.collect
This page took 0.031788 seconds and 5 git commands to generate.