Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 417d6d4869bff08d9380d474e7a59cf53555d4c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 2.1.0.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core;singleton:=true
Bundle-Activator: org.eclipse.linuxtools.internal.tmf.core.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.linuxtools.ctf.core;bundle-version="2.1.0"
Export-Package: org.eclipse.linuxtools.internal.tmf.core;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
 org.eclipse.linuxtools.internal.tmf.core.component;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
 org.eclipse.linuxtools.internal.tmf.core.request;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
 org.eclipse.linuxtools.internal.tmf.core.statesystem;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
 org.eclipse.linuxtools.internal.tmf.core.statesystem.backends;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
 org.eclipse.linuxtools.internal.tmf.core.statesystem.backends.historytree;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
 org.eclipse.linuxtools.internal.tmf.core.statesystem.backends.partial;x-internal:=true,
 org.eclipse.linuxtools.internal.tmf.core.trace;x-friends:="org.eclipse.linuxtools.tmf.core.tests",
 org.eclipse.linuxtools.tmf.core,
 org.eclipse.linuxtools.tmf.core.callstack,
 org.eclipse.linuxtools.tmf.core.component,
 org.eclipse.linuxtools.tmf.core.ctfadaptor,
 org.eclipse.linuxtools.tmf.core.event,
 org.eclipse.linuxtools.tmf.core.event.lookup,
 org.eclipse.linuxtools.tmf.core.exceptions,
 org.eclipse.linuxtools.tmf.core.filter,
 org.eclipse.linuxtools.tmf.core.filter.model,
 org.eclipse.linuxtools.tmf.core.filter.xml,
 org.eclipse.linuxtools.tmf.core.interval,
 org.eclipse.linuxtools.tmf.core.io,
 org.eclipse.linuxtools.tmf.core.request,
 org.eclipse.linuxtools.tmf.core.signal,
 org.eclipse.linuxtools.tmf.core.statesystem,
 org.eclipse.linuxtools.tmf.core.statevalue,
 org.eclipse.linuxtools.tmf.core.statistics,
 org.eclipse.linuxtools.tmf.core.timestamp,
 org.eclipse.linuxtools.tmf.core.trace,
 org.eclipse.linuxtools.tmf.core.uml2sd,
 org.eclipse.linuxtools.tmf.core.util

Back to the top