Contribute native CTF Parser (bug370499)
[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-SymbolicName: org.eclipse.linuxtools.ctf.core;singleton:=true
5 Bundle-Version: 0.1.0.qualifier
6 Bundle-Activator: org.eclipse.linuxtools.ctf.core.CtfCorePlugin
7 Bundle-Vendor: %Bundle-Vendor
8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
9 Bundle-ActivationPolicy: lazy
10 Export-Package: org.eclipse.linuxtools.ctf.core,
11 org.eclipse.linuxtools.ctf.core.event,
12 org.eclipse.linuxtools.ctf.core.event.io,
13 org.eclipse.linuxtools.ctf.core.event.metadata,
14 org.eclipse.linuxtools.ctf.core.event.metadata.exceptions,
15 org.eclipse.linuxtools.ctf.core.event.types,
16 org.eclipse.linuxtools.ctf.core.trace
17 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
18 org.antlr.runtime;bundle-version="3.2.0",
19 org.eclipse.linuxtools.ctf.parser;bundle-version="0.1.0"
This page took 0.033181 seconds and 6 git commands to generate.