Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ust.ui / 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.ui;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.internal.lttng2.ust.ui.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11 Require-Bundle: org.eclipse.core.resources,
12 org.eclipse.core.runtime,
13 org.eclipse.ui,
14 org.eclipse.linuxtools.lttng2.ust.core;bundle-version="3.0.0",
15 org.eclipse.linuxtools.tmf.core;bundle-version="3.0.0"
16 Export-Package: org.eclipse.linuxtools.internal.lttng2.ust.ui;x-friends:="org.eclipse.linuxtools.lttng2.ust.ui.tests"
This page took 0.034147 seconds and 6 git commands to generate.