d7abfd8490dacf99fa8e7d267b0ac62609940599
[deliverable/tracecompass.git] / lttng / org.lttng.scope.lttng.kernel.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: 0.2.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.lttng.scope.lttng.kernel.core;singleton:=true
8 Bundle-Activator: org.lttng.scope.lttng.kernel.core.activator.internal.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 Require-Bundle: org.eclipse.core.runtime,
12 org.eclipse.core.resources,
13 org.eclipse.tracecompass.tmf.core,
14 org.lttng.scope.tmf2.views.core,
15 org.eclipse.tracecompass.common.core,
16 org.eclipse.tracecompass.analysis.os.linux.core,
17 org.eclipse.tracecompass.tmf.ctf.core,
18 org.eclipse.tracecompass.statesystem.core
19 Export-Package: org.lttng.scope.lttng.kernel.core.activator.internal;x-internal:=true,
20 org.lttng.scope.lttng.kernel.core.views.timegraph,
21 org.lttng.scope.lttng.kernel.core.views.timegraph.resources,
22 org.lttng.scope.lttng.kernel.core.views.timegraph.resources.elements,
23 org.lttng.scope.lttng.kernel.core.views.timegraph.threads
24 Import-Package: com.google.common.annotations,
25 com.google.common.base,
26 com.google.common.cache,
27 com.google.common.collect,
28 com.google.common.hash,
29 com.google.common.primitives
This page took 0.047577 seconds and 5 git commands to generate.