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.ctf.core.tests;singleton:=true
Bundle-Activator: org.eclipse.linuxtools.ctf.core.tests.CtfCoreTestPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="4.0.0",
org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.linuxtools.ctf.core;bundle-version="3.1.0"
Export-Package: org.eclipse.linuxtools.ctf.core.tests;x-friends:="org.eclipse.linuxtools.lttng.alltests",
org.eclipse.linuxtools.ctf.core.tests.ctftestsuite;x-internal:=true,
org.eclipse.linuxtools.ctf.core.tests.event;x-internal:=true,
org.eclipse.linuxtools.ctf.core.tests.io;x-internal:=true,
org.eclipse.linuxtools.ctf.core.tests.perf,
org.eclipse.linuxtools.ctf.core.tests.perf.trace;x-internal:=true,
org.eclipse.linuxtools.ctf.core.tests.scope,
org.eclipse.linuxtools.ctf.core.tests.shared,
org.eclipse.linuxtools.ctf.core.tests.synthetictraces;x-internal:=true,
org.eclipse.linuxtools.ctf.core.tests.trace;x-internal:=true,
org.eclipse.linuxtools.ctf.core.tests.types;x-internal:=true
Import-Package: com.google.common.collect,
org.antlr.runtime;version="3.2.0",
org.eclipse.test.performance
|