Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 272ee27c403b88820f8070e3dcb04a9fa6642f53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.oomph.ui.tests;singleton:=true
Bundle-Version: 1.10.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.oomph.ui.tests;version="1.10.0";x-internal:=true
Require-Bundle: org.eclipse.oomph.tests;bundle-version="[1.10.0,2.0.0)";visibility:=reexport,
 org.eclipse.swtbot.junit4_x;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.swtbot.eclipse.finder;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
 org.eclipse.swtbot.go;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
 org.eclipse.swtbot.swt.finder;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.oomph.ui.tests

Back to the top