Make test plugins fragments.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.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: 0.1.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.internal.ctf.core.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
12 org.antlr.runtime;bundle-version="3.2.0",
13 org.eclipse.linuxtools.ctf.parser;bundle-version="0.1.0"
14 Export-Package: org.eclipse.linuxtools.ctf.core.event,
15 org.eclipse.linuxtools.ctf.core.event.io,
16 org.eclipse.linuxtools.ctf.core.event.metadata,
17 org.eclipse.linuxtools.ctf.core.event.metadata.exceptions,
18 org.eclipse.linuxtools.ctf.core.event.types,
19 org.eclipse.linuxtools.ctf.core.trace
This page took 0.031712 seconds and 5 git commands to generate.