lttng: Add an analysis benchmark
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core.tests / META-INF / MANIFEST.MF
index 6f0114b17d42fb8a0832c45a4d7935f7f3507819..b214def00ee6af6b226a87ab827f4ea96402d049 100644 (file)
@@ -4,10 +4,24 @@ Bundle-Name: %Bundle-Name
 Bundle-Vendor: %Bundle-Vendor
 Bundle-Version: 3.0.0.qualifier
 Bundle-Localization: plugin
-Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.kernel.core.tests
+Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.kernel.core.tests;singleton:=true
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Fragment-Host: org.eclipse.linuxtools.lttng2.kernel.core
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Require-Bundle: org.junit;bundle-version="4.0.0",
+ org.eclipse.core.runtime,
  org.eclipse.linuxtools.tmf.core;bundle-version="3.0.0",
- org.eclipse.linuxtools.tmf.core.tests;bundle-version="3.0.0"
+ org.eclipse.linuxtools.tmf.core.tests;bundle-version="3.0.0",
+ org.eclipse.linuxtools.tmf.ctf.core,
+ org.eclipse.linuxtools.tmf.ctf.core.tests,
+ org.eclipse.linuxtools.lttng2.kernel.core;bundle-version="3.0.0",
+ org.eclipse.core.resources,
+ org.eclipse.linuxtools.statesystem.core,
+ org.eclipse.linuxtools.lttng2.control.core
+Export-Package: org.eclipse.linuxtools.lttng2.kernel.core.tests,
+ org.eclipse.linuxtools.lttng2.kernel.core.tests.analysis;x-internal:=true,
+ org.eclipse.linuxtools.lttng2.kernel.core.tests.event.matchandsync;x-internal:=true,
+ org.eclipse.linuxtools.lttng2.kernel.core.tests.perf,
+ org.eclipse.linuxtools.lttng2.kernel.core.tests.perf.analysis;x-internal:=true,
+ org.eclipse.linuxtools.lttng2.kernel.core.tests.stateprovider;x-internal:=true
+Import-Package: com.google.common.collect,
+ org.eclipse.test.performance
This page took 0.024166 seconds and 5 git commands to generate.