Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a0c344b8b1659c56134101b3fbacdc32a5006b15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core;singleton:=true
Bundle-Activator: org.eclipse.linuxtools.internal.ctf.core.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
 org.antlr.runtime;bundle-version="3.2.0",
 org.eclipse.linuxtools.ctf.parser;bundle-version="1.0.0"
Export-Package: org.eclipse.linuxtools.ctf.core.event,
 org.eclipse.linuxtools.ctf.core.event.types,
 org.eclipse.linuxtools.ctf.core.trace,
 org.eclipse.linuxtools.internal.ctf.core.event.io

Back to the top