Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ec4df1bc5e34fa43f22e19b285e20ba0f032bae7 (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.1.0.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.control.ui.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="4.0.0",
 org.eclipse.core.commands,
 org.eclipse.core.runtime,
 org.eclipse.ui,
 org.eclipse.ui.ide,
 org.eclipse.linuxtools.lttng2.control.core;bundle-version="3.1.0",
 org.eclipse.linuxtools.lttng2.control.ui;bundle-version="3.1.0",
 org.eclipse.remote.core
Export-Package: org.eclipse.linuxtools.internal.lttng2.control.stubs.dialogs;x-internal:=true,
 org.eclipse.linuxtools.internal.lttng2.control.stubs.service;x-internal:=true,
 org.eclipse.linuxtools.internal.lttng2.control.stubs.shells;x-internal:=true,
 org.eclipse.linuxtools.lttng2.control.ui.tests;x-friends:="org.eclipse.linuxtools.lttng.alltests",
 org.eclipse.linuxtools.lttng2.control.ui.tests.model.component;x-internal:=true,
 org.eclipse.linuxtools.lttng2.control.ui.tests.service;x-internal:=true

Back to the top