1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 3.1.0.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.kernel.core.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="4.0.0",
org.eclipse.core.runtime,
org.eclipse.linuxtools.tmf.core;bundle-version="3.1.0",
org.eclipse.linuxtools.tmf.core.tests;bundle-version="3.1.0",
org.eclipse.linuxtools.tmf.ctf.core,
org.eclipse.linuxtools.tmf.ctf.core.tests,
org.eclipse.linuxtools.lttng2.kernel.core;bundle-version="3.1.0",
org.eclipse.core.resources,
org.eclipse.linuxtools.statesystem.core,
org.eclipse.linuxtools.lttng2.control.core
Export-Package: org.eclipse.linuxtools.lttng2.kernel.core.tests,
org.eclipse.linuxtools.lttng2.kernel.core.tests.analysis;x-internal:=true,
org.eclipse.linuxtools.lttng2.kernel.core.tests.event.matchandsync;x-internal:=true,
org.eclipse.linuxtools.lttng2.kernel.core.tests.perf,
org.eclipse.linuxtools.lttng2.kernel.core.tests.perf.analysis;x-internal:=true,
org.eclipse.linuxtools.lttng2.kernel.core.tests.stateprovider;x-internal:=true
Import-Package: com.google.common.collect,
org.eclipse.test.performance
|