Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 01510a6107ccdf5fcfb99d77ac48684edea67b8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.egit.ui.importer.tests
Bundle-SymbolicName: org.eclipse.egit.ui.importer.tests
Bundle-Version: 5.0.1.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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