Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3a3d760f23182eaa1907f99266302f601768dcf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.egit.ui.importer.tests
Bundle-Version: 4.1.1.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Localization: plugin
Require-Bundle: org.junit,
 org.eclipse.swtbot.swt.finder,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.apache.ant;bundle-version="1.9.0",
 org.eclipse.core.runtime

Back to the top