lttng: Set API builder settings as project settings
[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: 2.1.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.6
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="2.1.0"
14 Export-Package: org.eclipse.linuxtools.ctf.core.tests;x-friends:="org.eclipse.linuxtools.lttng.alltests",
15 org.eclipse.linuxtools.ctf.core.tests.event;x-internal:=true,
16 org.eclipse.linuxtools.ctf.core.tests.headless;x-internal:=true,
17 org.eclipse.linuxtools.ctf.core.tests.io;x-internal:=true,
18 org.eclipse.linuxtools.ctf.core.tests.shared,
19 org.eclipse.linuxtools.ctf.core.tests.trace;x-internal:=true,
20 org.eclipse.linuxtools.ctf.core.tests.types;x-internal:=true
21 Import-Package: org.antlr.runtime;version="3.2.0"
This page took 0.031264 seconds and 5 git commands to generate.