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


                                   
                                                     
                     
                                                                     


                               
                        



                                     
                                 
                               
                            
                              
                               
                                

                              
                       
                          
                                   
                                                
                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bugzilla Tests Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.tests
Bundle-Version: 0.0.0
Bundle-Activator: org.eclipse.mylar.bugzilla.tests.BugzillaTestPlugin
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.mylar.bugzilla.core,
 org.eclipse.mylar.bugzilla.ui,
 org.eclipse.mylar.tasks.ui,
 org.eclipse.mylar.core.tests,
 org.eclipse.mylar.tasks.tests,
 org.eclipse.mylar.context.core,
 org.eclipse.mylar.tasks.core,
 org.eclipse.ui.forms
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-test.jar
Export-Package: org.eclipse.mylar.bugzilla.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top