Integrate Babeltrace CTF tests and fix parsing problems
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / META-INF / MANIFEST.MF
index 6c8b9b87c2ef678042c5ac5567fd5d5ddf23b270..a3e654745fba2297f9710bce1e1076ba327c71b2 100644 (file)
@@ -2,9 +2,14 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 2.0.0.qualifier
 Bundle-Localization: plugin
-Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core.tests
+Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core.tests;singleton:=true
+Bundle-Activator: org.eclipse.linuxtools.ctf.core.tests.CtfCoreTestPlugin
+Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Fragment-Host: org.eclipse.linuxtools.ctf.core
-Require-Bundle: org.junit4
+Require-Bundle: org.junit;bundle-version="4.0.0",
+ org.eclipse.core.runtime;bundle-version="3.8.0",
+ org.eclipse.linuxtools.ctf.core;bundle-version="2.0.0"
+Export-Package: org.eclipse.linuxtools.ctf.core.tests.shared
+Import-Package: org.antlr.runtime;version="3.2.0"
This page took 0.023817 seconds and 5 git commands to generate.