Skip to main content
summaryrefslogblamecommitdiffstats
blob: a5ff17f9b8f02874426a9698b08c919be6ca598a (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                       
                                     



                                               
                                                 


                               
                                            

                                       


                                                  
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.egit.ui.importer.tests
Bundle-Version: 4.4.0.201605041135-m1
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