Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0f9a263c7a799bf4cc1cccb1414c640cad69b2d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SWTBot Forms Tests
Bundle-SymbolicName: org.eclipse.swtbot.forms.finder.test;singleton:=true
Bundle-Version: 2.0.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.swt,
 org.eclipse.jface,
 org.eclipse.swt.examples,
 org.eclipse.swtbot.swt.finder,
 org.apache.log4j;bundle-version="[1.2.13,1.3.0)",
 org.junit4,
 org.hamcrest,
 org.eclipse.swtbot.junit4_x,
 org.eclipse.swtbot.forms.finder,
 org.eclipse.ui.forms,
 org.eclipse.core.runtime,
 org.eclipse.ui,
 org.eclipse.swtbot.eclipse.finder
Import-Package: com.ibm.icu.text
Bundle-Vendor: Eclipse SWTBot

Back to the top