Merge branch 'master' into lttng-kepler
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / 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: 2.0.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core.tests;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11 Require-Bundle: org.junit,
12 org.eclipse.core.runtime,
13 org.eclipse.core.resources,
14 org.eclipse.linuxtools.tmf.core;bundle-version="2.0.0",
15 org.eclipse.linuxtools.ctf.core;bundle-version="1.0.0"
16 Export-Package: org.eclipse.linuxtools.tmf.tests.stubs.trace;x-friends:="org.eclipse.linuxtools.tmf.ui.tests"
This page took 0.033437 seconds and 6 git commands to generate.