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

                         
                                          
                                                                     
                                    
                                                                             
                                         
                              

                               
                       
                          
                   

                                                         
                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bugzilla Connector Core
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.core; singleton:=true
Bundle-Version: 2.0.0.v20070628-1000
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.web.core,
 org.eclipse.mylyn.monitor.core
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.internal.bugzilla.core,
 org.eclipse.mylyn.internal.bugzilla.core.history
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top