Re-structure LTTng sub-project as per the Linux Tools guidelines
[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-SymbolicName: org.eclipse.linuxtools.tmf.core.tests;singleton:=true
5 Bundle-Version: 0.4.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
7 Bundle-Vendor: %Bundle-Vendor
8 Require-Bundle: org.junit;bundle-version="3.8.2",
9 org.eclipse.core.runtime;bundle-version="3.7.0",
10 org.eclipse.core.resources;bundle-version="3.7.100",
11 org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0"
12 Bundle-Localization: plugin
13 Bundle-ActivationPolicy: lazy
14 Bundle-Activator: org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin
15 Export-Package: org.eclipse.linuxtools.tmf.stubs.trace;x-friends:="org.eclipse.linuxtools.tmf.ui.tests"
This page took 0.031674 seconds and 6 git commands to generate.