lttng: Add a common plugin for LTTng
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.common.core / 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;singleton:=true
8 Bundle-Activator: org.eclipse.tracecompass.internal.lttng2.common.core.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 Require-Bundle: org.eclipse.core.runtime,
12 org.eclipse.core.resources
13 Export-Package: org.eclipse.tracecompass.internal.lttng2.common.core;x-friends:="org.eclipse.tracecompass.lttng2.common.core.tests"
This page took 0.049105 seconds and 5 git commands to generate.