ctf: Move the performance tests to the new infrastructure
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / META-INF / MANIFEST.MF
... / ...
CommitLineData
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
5Bundle-Version: 3.0.0.qualifier
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core.tests;singleton:=true
8Bundle-Activator: org.eclipse.linuxtools.ctf.core.tests.CtfCoreTestPlugin
9Bundle-ActivationPolicy: lazy
10Bundle-RequiredExecutionEnvironment: JavaSE-1.7
11Require-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"
14Export-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.io;x-internal:=true,
18 org.eclipse.linuxtools.ctf.core.tests.perf,
19 org.eclipse.linuxtools.ctf.core.tests.perf.trace;x-internal:=true,
20 org.eclipse.linuxtools.ctf.core.tests.scope,
21 org.eclipse.linuxtools.ctf.core.tests.shared,
22 org.eclipse.linuxtools.ctf.core.tests.synthetictraces;x-internal:=true,
23 org.eclipse.linuxtools.ctf.core.tests.trace;x-internal:=true,
24 org.eclipse.linuxtools.ctf.core.tests.types;x-internal:=true
25Import-Package: com.google.common.collect,
26 org.antlr.runtime;version="3.2.0",
27 org.eclipse.test.performance
This page took 0.024423 seconds and 5 git commands to generate.