Integrate Babeltrace CTF tests and fix parsing problems
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / META-INF / MANIFEST.MF
index f4639b19ad9b24f34277ebf5092ae790e0b7e7e0..a3e654745fba2297f9710bce1e1076ba327c71b2 100644 (file)
@@ -2,12 +2,14 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 0.1.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
-Require-Bundle: org.junit4;bundle-version="4.8.1",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.linuxtools.ctf.core,
- org.antlr.runtime;bundle-version="3.2.0"
+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.023738 seconds and 5 git commands to generate.