Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 47affa80c6537790c279165406ea972ed768cb90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.egit.ui.importer.tests
Bundle-Version: 4.3.0.201603230630-rc1
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Localization: plugin
Require-Bundle: org.junit,
 org.apache.log4j;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.swtbot.swt.finder,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.apache.ant;bundle-version="1.9.0",
 org.eclipse.core.runtime
Import-Package: org.eclipse.swtbot.eclipse.finder,
 org.eclipse.swtbot.eclipse.finder.widgets,
 org.eclipse.swtbot.swt.finder.junit

Back to the top