Set next release to be 3.1.0.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ust.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: 3.0.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.ust.core;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.internal.lttng2.ust.core.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
11 Export-Package: org.eclipse.linuxtools.internal.lttng2.ust.core;x-inte
12 rnal:=true,org.eclipse.linuxtools.internal.lttng2.ust.core.memoryusag
13 e;x-friends:="org.eclipse.linuxtools.lttng2.ust.ui,org.eclipse.linuxt
14 ools.lttng2.ust.core.tests",org.eclipse.linuxtools.internal.lttng2.us
15 t.core.trace.callstack;x-friends:="org.eclipse.linuxtools.lttng2.ust.
16 ui,org.eclipse.linuxtools.lttng2.ust.core.tests",org.eclipse.linuxtoo
17 ls.lttng2.ust.core.analysis.memory,org.eclipse.linuxtools.lttng2.ust.
18 core.trace
19 Require-Bundle: org.eclipse.core.runtime,
20 org.eclipse.core.resources,
21 org.eclipse.linuxtools.ctf.core;bundle-version="3.0.0",
22 org.eclipse.linuxtools.tmf.core;bundle-version="3.0.0",
23 org.eclipse.linuxtools.tmf.ctf.core,
24 org.eclipse.linuxtools.lttng2.control.core
25 Import-Package: com.google.common.collect
This page took 0.034662 seconds and 5 git commands to generate.