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

                         
                               
                                                           
                     
                                                                 


                               
                          


                            
                       


                                                
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Trac Plug-in
Bundle-SymbolicName: org.eclipse.mylar.trac;singleton:=true
Bundle-Version: 0.5.3
Bundle-Activator: org.eclipse.mylar.internal.trac.MylarTracPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.mylar.core,
 org.eclipse.mylar.tasklist,
 org.apache.xmlrpc
Eclipse-LazyStart: true
Export-Package: org.eclipse.mylar.internal.trac,
 org.eclipse.mylar.internal.trac.core,
 org.eclipse.mylar.internal.trac.model

Back to the top