Remove all "AllTests" suites
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.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: 1.0.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.tracecompass.tmf.core.tests;singleton:=true
8 Bundle-Activator: org.eclipse.tracecompass.tmf.core.tests.TmfCoreTestPlugin
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 Require-Bundle: org.junit;bundle-version="4.0.0",
12 org.eclipse.core.runtime,
13 org.eclipse.core.resources,
14 org.eclipse.tracecompass.common.core,
15 org.eclipse.tracecompass.tmf.core,
16 org.eclipse.test.performance,
17 org.eclipse.cdt.core
18 Export-Package: org.eclipse.tracecompass.tmf.core.tests,
19 org.eclipse.tracecompass.tmf.core.tests.perf.synchronization,
20 org.eclipse.tracecompass.tmf.core.tests.shared,
21 org.eclipse.tracecompass.tmf.tests.stubs.trace,
22 org.eclipse.tracecompass.tmf.tests.stubs.trace.xml
23 Import-Package: com.google.common.collect,
24 com.google.common.primitives
This page took 0.031316 seconds and 5 git commands to generate.