lttng: Add an analysis benchmark
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core.tests / META-INF / MANIFEST.MF
index 6bd7b2500801b4245838798cff64d4184c64926e..b214def00ee6af6b226a87ab827f4ea96402d049 100644 (file)
@@ -2,11 +2,26 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 1.0.0.qualifier
+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
-Require-Bundle: org.junit;bundle-version="3.8.2",
- org.eclipse.linuxtools.tmf.core;bundle-version="1.0.0"
+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.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.024273 seconds and 5 git commands to generate.