Put back some bundle dependencies to pre-M6
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.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.5.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.internal.tmf.core.TmfCorePlugin
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
12 org.eclipse.core.resources;bundle-version="3.7.100",
13 org.eclipse.linuxtools.ctf.core;bundle-version="0.1.0",
14 org.eclipse.core.filesystem;bundle-version="1.3.100"
15 Export-Package: org.eclipse.linuxtools.tmf.core,
16 org.eclipse.linuxtools.tmf.core.component,
17 org.eclipse.linuxtools.tmf.core.ctfadaptor,
18 org.eclipse.linuxtools.tmf.core.event,
19 org.eclipse.linuxtools.tmf.core.experiment,
20 org.eclipse.linuxtools.tmf.core.filter,
21 org.eclipse.linuxtools.tmf.core.filter.model,
22 org.eclipse.linuxtools.tmf.core.filter.xml,
23 org.eclipse.linuxtools.tmf.core.interval,
24 org.eclipse.linuxtools.tmf.core.io,
25 org.eclipse.linuxtools.tmf.core.parser,
26 org.eclipse.linuxtools.tmf.core.request,
27 org.eclipse.linuxtools.tmf.core.signal,
28 org.eclipse.linuxtools.tmf.core.statesystem,
29 org.eclipse.linuxtools.tmf.core.statesystem.backend.historytree,
30 org.eclipse.linuxtools.tmf.core.statesystem.helpers,
31 org.eclipse.linuxtools.tmf.core.statevalue,
32 org.eclipse.linuxtools.tmf.core.trace,
33 org.eclipse.linuxtools.tmf.core.uml2sd,
34 org.eclipse.linuxtools.internal.tmf.core;x-friends="org.eclipse.linuxtools.tmf.core.tests",
35 org.eclipse.linuxtools.internal.tmf.core.util;x-friends="org.eclipse.linuxtools.tmf.core.tests"
This page took 0.03775 seconds and 6 git commands to generate.