Fix for Bug375082
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.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: 0.5.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.lttng.core.tests
8 Bundle-Activator: org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11 Import-Package: org.eclipse.linuxtools.lttng.jni
12 Require-Bundle: org.junit;bundle-version="3.8.2",
13 org.eclipse.core.runtime;bundle-version="3.7.0",
14 org.eclipse.core.resources;bundle-version="3.7.100",
15 org.eclipse.linuxtools.lttng.core;bundle-version="0.4.0",
16 org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0",
17 org.eclipse.linuxtools.lttng.jni;bundle-version="0.4.0"
This page took 0.030664 seconds and 5 git commands to generate.