Push LTTng MANIFEST.MF/pom.xml to 1.0 and correct features dependencies
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / META-INF / MANIFEST.MF
... / ...
CommitLineData
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
5Bundle-Version: 1.0.0.qualifier
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core;singleton:=true
8Bundle-Activator: org.eclipse.linuxtools.internal.tmf.core.Activator
9Bundle-ActivationPolicy: lazy
10Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11Require-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="1.0.0",
14 org.eclipse.core.filesystem;bundle-version="1.3.100"
15Export-Package: org.eclipse.linuxtools.internal.tmf.core;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
16 org.eclipse.linuxtools.internal.tmf.core.component;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
17 org.eclipse.linuxtools.internal.tmf.core.request;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
18 org.eclipse.linuxtools.internal.tmf.core.statesystem;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
19 org.eclipse.linuxtools.internal.tmf.core.trace;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
20 org.eclipse.linuxtools.tmf.core,
21 org.eclipse.linuxtools.tmf.core.component,
22 org.eclipse.linuxtools.tmf.core.ctfadaptor,
23 org.eclipse.linuxtools.tmf.core.event,
24 org.eclipse.linuxtools.tmf.core.exceptions,
25 org.eclipse.linuxtools.tmf.core.filter,
26 org.eclipse.linuxtools.tmf.core.filter.model,
27 org.eclipse.linuxtools.tmf.core.filter.xml,
28 org.eclipse.linuxtools.tmf.core.interval,
29 org.eclipse.linuxtools.tmf.core.io,
30 org.eclipse.linuxtools.tmf.core.request,
31 org.eclipse.linuxtools.tmf.core.signal,
32 org.eclipse.linuxtools.tmf.core.statesystem,
33 org.eclipse.linuxtools.tmf.core.statesystem.backend.historytree,
34 org.eclipse.linuxtools.tmf.core.statevalue,
35 org.eclipse.linuxtools.tmf.core.trace,
36 org.eclipse.linuxtools.tmf.core.uml2sd,
37 org.eclipse.linuxtools.tmf.core.util
This page took 0.023498 seconds and 5 git commands to generate.