segment store: introduce a Segment Store Factory and centralize segment stores
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.core.tests / META-INF / MANIFEST.MF
CommitLineData
658401c8
BH
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
ca029db8 5Bundle-Version: 1.0.1.qualifier
658401c8
BH
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.tracecompass.analysis.timing.core.tests;singleton:=true
8Bundle-ActivationPolicy: lazy
9Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10Require-Bundle: org.junit;bundle-version="4.0.0",
11 org.eclipse.core.runtime,
12 org.eclipse.tracecompass.common.core,
13 org.eclipse.tracecompass.analysis.os.linux.core,
14 org.eclipse.tracecompass.segmentstore.core,
15 org.eclipse.tracecompass.tmf.core,
16 org.eclipse.tracecompass.tmf.core.tests,
17 org.eclipse.tracecompass.tmf.ctf.core,
18 org.eclipse.tracecompass.tmf.ctf.core.tests,
19 org.eclipse.core.resources,
20 org.eclipse.tracecompass.analysis.timing.core;bundle-version="1.0.0"
21Import-Package: com.google.common.collect,
22 org.eclipse.tracecompass.testtraces.ctf;version="1.0.0"
5c06cad2
MAL
23Export-Package: org.eclipse.tracecompass.analysis.timing.core.tests,
24 org.eclipse.tracecompass.analysis.timing.core.tests.callgraph,
25 org.eclipse.tracecompass.analysis.timing.core.tests.flamegraph,
664a3a81 26 org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics
658401c8 27Bundle-Activator: org.eclipse.tracecompass.analysis.timing.core.tests.Activator
This page took 0.032766 seconds and 5 git commands to generate.