Skip to main content
summaryrefslogblamecommitdiffstats
blob: 21dd35fdb448f65cc90ee181648b5f4beaefcc10 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                         
                                  
                                                                     
                       
                                                                





                               
                    

                         

                                             


                                                
                                           
                                          
                                         
                                       
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bugzilla Core Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.core; singleton:=true
Bundle-Version: 0.3.3.1
Bundle-Activator: org.eclipse.mylar.bugzilla.core.BugzillaPlugin
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.ide,
 org.eclipse.update.core,
 org.eclipse.update.ui
Eclipse-AutoStart: true
Bundle-Vendor: University of British Columbia
Bundle-ClassPath: bugzilla-core.jar
Export-Package: org.eclipse.mylar.bugzilla.core,
 org.eclipse.mylar.bugzilla.core.compare,
 org.eclipse.mylar.bugzilla.core.favorites,
 org.eclipse.mylar.bugzilla.core.internal,
 org.eclipse.mylar.bugzilla.core.offline,
 org.eclipse.mylar.bugzilla.core.search

Back to the top