ctf: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ctf.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.1.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.tmf.ctf.core;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.internal.tmf.ctf.core.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
11 Require-Bundle: org.eclipse.core.runtime,
12 org.eclipse.core.resources,
13 org.eclipse.tracecompass.ctf.core;bundle-version="3.1.0",
14 org.eclipse.linuxtools.tmf.core;bundle-version="3.1.0"
15 Export-Package: org.eclipse.linuxtools.internal.tmf.ctf.core;x-internal:=true,
16 org.eclipse.linuxtools.tmf.ctf.core
17 Import-Package: com.google.common.collect,
18 org.eclipse.emf.common.util
This page took 0.034026 seconds and 5 git commands to generate.