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


                         
                                                                   
                     



                                                                





                            
                                 
                        
                        
                      

                                     

                           
                       


                                              



                                                 
                                        

                                     
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ui Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.ui; singleton:=true
Bundle-Version: 0.3.4
Bundle-Activator: org.eclipse.mylar.bugzilla.ui.BugzillaUiPlugin
Bundle-Vendor: University of British Columbia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.compare,
 org.eclipse.search,
 org.eclipse.ui.views,
 org.eclipse.ui.ide,
 org.eclipse.mylar.bugzilla.core,
 org.eclipse.mylar.core,
 org.eclipse.ui.browser,
 org.eclipse.ui.forms,
 org.eclipse.jface.text,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.ui.editors,
 org.eclipse.mylar.tasklist
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylar.bugzilla.ui,
 org.eclipse.mylar.bugzilla.ui.actions,
 org.eclipse.mylar.bugzilla.ui.editor,
 org.eclipse.mylar.bugzilla.ui.favorites.actions,
 org.eclipse.mylar.bugzilla.ui.outline,
 org.eclipse.mylar.bugzilla.ui.query,
 org.eclipse.mylar.bugzilla.ui.search,
 org.eclipse.mylar.bugzilla.ui.tasklist,
 org.eclipse.mylar.bugzilla.ui.wizard
Bundle-ClassPath: bugzilla-ui.jar

Back to the top