tmf: Correctly export all packages in runtime plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / META-INF / MANIFEST.MF
CommitLineData
866e5b51
FC
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4b1d0194 4Bundle-Vendor: %Bundle-Vendor
965d6fb2 5Bundle-Version: 2.0.0.qualifier
4b1d0194
FC
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core;singleton:=true
a9d52b8f 8Bundle-Activator: org.eclipse.linuxtools.internal.ctf.core.Activator
866e5b51 9Bundle-ActivationPolicy: lazy
4b1d0194 10Bundle-RequiredExecutionEnvironment: JavaSE-1.6
de637526 11Require-Bundle: org.eclipse.core.runtime,
f8dde8f7 12 org.eclipse.linuxtools.ctf.parser;bundle-version="1.0.0"
a9d52b8f 13Export-Package: org.eclipse.linuxtools.ctf.core.event,
866e5b51 14 org.eclipse.linuxtools.ctf.core.event.types,
81c8e6f7 15 org.eclipse.linuxtools.ctf.core.trace,
59db415b
AM
16 org.eclipse.linuxtools.internal.ctf.core;x-internal:=true,
17 org.eclipse.linuxtools.internal.ctf.core.event.io;x-internal:=true,
18 org.eclipse.linuxtools.internal.ctf.core.event.metadata;x-internal:=true,
19 org.eclipse.linuxtools.internal.ctf.core.event.metadata.exceptions;x-internal:=true,
20 org.eclipse.linuxtools.internal.ctf.core.trace;x-internal:=true
06a8dfa2
AM
21Import-Package: org.antlr.runtime;version="3.2.0",
22 org.antlr.runtime.tree;version="3.2.0"
This page took 0.028484 seconds and 5 git commands to generate.