Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6a2d531337d8d8a03faff1998195f6f8544c2c5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 2.2.1.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.core.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.0.0",
 org.eclipse.core.runtime,
 org.eclipse.linuxtools.lttng2.core;bundle-version="2.1.0"
Export-Package: org.eclipse.linuxtools.lttng2.core.tests;x-friends:="org.eclipse.linuxtools.lttng.alltests",
 org.eclipse.linuxtools.lttng2.core.tests.control.model.impl;x-internal:=true

Back to the top