lttng: Move to Java 7 and fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.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: 3.0.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.core.tests;singleton:=true
8 Bundle-ActivationPolicy: lazy
9 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
10 Require-Bundle: org.junit;bundle-version="4.0.0",
11 org.eclipse.core.runtime,
12 org.eclipse.linuxtools.lttng2.core;bundle-version="3.0.0"
13 Export-Package: org.eclipse.linuxtools.lttng2.core.tests;x-friends:="org.eclipse.linuxtools.lttng.alltests",
14 org.eclipse.linuxtools.lttng2.core.tests.control.model.impl;x-internal:=true
This page took 0.057809 seconds and 5 git commands to generate.