Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 56d859d62e41ecc69da36817fef3593da88feeb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tracecompass.tmf.analysis.xml.core.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.tracecompass.tmf.analysis.xml.core.tests.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.junit,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.tracecompass.tmf.analysis.xml.core,
 org.eclipse.tracecompass.tmf.core,
 org.eclipse.tracecompass.tmf.core.tests,
 org.eclipse.tracecompass.tmf.ctf.core,
 org.eclipse.tracecompass.tmf.ctf.core.tests,
 org.eclipse.tracecompass.statesystem.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Import-Package: org.junit.runners
Export-Package: org.eclipse.tracecompass.tmf.analysis.xml.core.tests,
 org.eclipse.tracecompass.tmf.analysis.xml.core.tests.common;x-friends:="org.eclipse.tracecompass.tmf.analysis.xml.ui.tests"

Back to the top