Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4ff92b42a4123ffa8fdd8fbef2787c1baa913303 (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 Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.go
Bundle-Version: 2.8.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.core;visibility:=reexport,
 org.junit;bundle-version="4.5.0";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: JavaSE-1.6
Bundle-Vendor: Eclipse.org - SWTBot

Back to the top