Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 168860c56a4c0fe4291ce2769d833a3dd92ca4b3 (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: SWTBot Go Convenience Plugin (Incubation)
Bundle-SymbolicName: org.eclipse.swtbot.go
Bundle-Version: 2.1.0.qualifier
Require-Bundle: org.eclipse.swtbot.eclipse.core;visibility:=reexport,
 org.eclipse.swtbot.eclipse.finder;visibility:=reexport,
 org.eclipse.swtbot.swt.finder;visibility:=reexport,
 org.eclipse.swtbot.junit4_x;visibility:=reexport,
 org.hamcrest;visibility:=reexport,
 org.junit4;visibility:=reexport,
 org.eclipse.core.runtime;visibility:=reexport,
 org.apache.log4j;visibility:=reexport,
 org.eclipse.swt;visibility:=reexport,
 org.eclipse.ui;visibility:=reexport
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse.org - SWTBot

Back to the top