ctf: Move CTF plugins to Java 7 and fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.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.ctf.core.tests;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.ctf.core.tests.CtfCoreTestPlugin
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
11 Require-Bundle: org.junit;bundle-version="4.0.0",
12 org.eclipse.core.runtime;bundle-version="3.8.0",
13 org.eclipse.linuxtools.ctf.core;bundle-version="3.0.0"
14 Export-Package: org.eclipse.linuxtools.ctf.core.tests;x-friends:="org.eclipse.linuxtools.lttng.alltests",
15 org.eclipse.linuxtools.ctf.core.tests.ctftestsuite;x-internal:=true,
16 org.eclipse.linuxtools.ctf.core.tests.event;x-internal:=true,
17 org.eclipse.linuxtools.ctf.core.tests.headless;x-internal:=true,
18 org.eclipse.linuxtools.ctf.core.tests.io;x-internal:=true,
19 org.eclipse.linuxtools.ctf.core.tests.shared,
20 org.eclipse.linuxtools.ctf.core.tests.synthetictraces;x-internal:=true,
21 org.eclipse.linuxtools.ctf.core.tests.trace;x-internal:=true,
22 org.eclipse.linuxtools.ctf.core.tests.types;x-internal:=true
23 Import-Package: org.antlr.runtime;version="3.2.0"
This page took 0.0455179999999999 seconds and 6 git commands to generate.