Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2dd932580d8ab10ae116e04233747a071f96c283 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.egit.ui.importer.tests
Bundle-Version: 4.4.1.201607150455-r
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.eclipse.ui.ide;bundle-version="3.12.0",
 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