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

                         
                                           

                                                                     


                               
                        



                                     


                                 
                              

                                
                      
                   
                    
                               
                                
                              

                               
                            
                                   
                                                                  


                                                           
                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bugzilla Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.tests;singleton:=true
Bundle-Version: 3.4.0.qualifier
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit,
 org.eclipse.jface.text,
 org.eclipse.ui.ide,
 org.eclipse.ui.views,
 org.eclipse.ui.editors,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.mylyn.bugzilla.core,
 org.eclipse.mylyn.bugzilla.ui,
 org.eclipse.mylyn.tasks.ui,
 org.eclipse.mylyn.tests.util,
 org.eclipse.mylyn.context.core,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.ui.forms,
 org.eclipse.mylyn,
 org.eclipse.search,
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.bugzilla.ide,
 org.eclipse.mylyn.commons.ui,
 org.eclipse.compare,
 org.eclipse.mylyn.commons.core
Bundle-Vendor: Eclipse Mylyn
Bundle-ClassPath: bugzilla-test.jar
Export-Package: org.eclipse.mylyn.bugzilla.tests;x-internal:=true,
 org.eclipse.mylyn.bugzilla.tests.core;x-internal:=true,
 org.eclipse.mylyn.bugzilla.tests.support;x-internal:=true,
 org.eclipse.mylyn.bugzilla.tests.ui;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top