lttng: Add a common plugin for LTTng
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.common.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: 1.0.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.tracecompass.lttng2.common.core.tests;singleton:=true
8 Bundle-Activator: org.eclipse.tracecompass.lttng2.common.core.tests.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 Require-Bundle: org.junit;bundle-version="4.0.0",
12 org.eclipse.core.runtime,
13 org.eclipse.tracecompass.lttng2.common.core;bundle-version="1.0.0"
14 Export-Package: org.eclipse.tracecompass.lttng2.common.core.tests
This page took 0.05375 seconds and 5 git commands to generate.