Add javadoc and comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / META-INF / MANIFEST.MF
CommitLineData
6c13869b
FC
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4b1d0194 4Bundle-Vendor: %Bundle-Vendor
aa5700c6 5Bundle-Version: 0.5.0.qualifier
4b1d0194
FC
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core;singleton:=true
4918b8f2 8Bundle-Activator: org.eclipse.linuxtools.internal.tmf.core.TmfCorePlugin
4b1d0194
FC
9Bundle-ActivationPolicy: lazy
10Bundle-RequiredExecutionEnvironment: JavaSE-1.6
6c13869b 11Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
a3fc8213 12 org.eclipse.core.resources;bundle-version="3.7.100",
4b1d0194 13 org.eclipse.linuxtools.ctf.core;bundle-version="0.1.0",
aa543b11 14 org.eclipse.core.filesystem;bundle-version="1.3.100"
53dd0622 15Export-Package: org.eclipse.linuxtools.internal.tmf.core;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
18ab1d18 16 org.eclipse.linuxtools.internal.tmf.core.statesystem;x-internal:=true,
53dd0622 17 org.eclipse.linuxtools.tmf.core,
d34665f9 18 org.eclipse.linuxtools.tmf.core.component,
a3fc8213 19 org.eclipse.linuxtools.tmf.core.ctfadaptor,
6c13869b 20 org.eclipse.linuxtools.tmf.core.event,
b4f71e4a 21 org.eclipse.linuxtools.tmf.core.exceptions,
6c13869b
FC
22 org.eclipse.linuxtools.tmf.core.experiment,
23 org.eclipse.linuxtools.tmf.core.filter,
24 org.eclipse.linuxtools.tmf.core.filter.model,
25 org.eclipse.linuxtools.tmf.core.filter.xml,
a52fde77 26 org.eclipse.linuxtools.tmf.core.interval,
6c13869b 27 org.eclipse.linuxtools.tmf.core.io,
6c13869b
FC
28 org.eclipse.linuxtools.tmf.core.request,
29 org.eclipse.linuxtools.tmf.core.signal,
a52fde77
AM
30 org.eclipse.linuxtools.tmf.core.statesystem,
31 org.eclipse.linuxtools.tmf.core.statesystem.backend.historytree,
a52fde77 32 org.eclipse.linuxtools.tmf.core.statevalue,
6c13869b
FC
33 org.eclipse.linuxtools.tmf.core.trace,
34 org.eclipse.linuxtools.tmf.core.uml2sd,
53dd0622 35 org.eclipse.linuxtools.tmf.core.util
This page took 0.033311 seconds and 5 git commands to generate.