Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 55ef24d7fea83b0d5ab956a0bdb72ad0fc83cad2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 3.0.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.0.0",
 org.eclipse.linuxtools.tmf.core.tests;bundle-version="3.0.0",
 org.eclipse.linuxtools.tmf.ctf.core,
 org.eclipse.linuxtools.tmf.ctf.core.tests,
 org.eclipse.linuxtools.lttng2.kernel.core;bundle-version="3.0.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.event.matchandsync,
 org.eclipse.linuxtools.lttng2.kernel.core.tests.stateprovider
Import-Package: com.google.common.collect

Back to the top