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



                                                           
                                                    
 


                                                                                      

                                                                                             



                                                                                    


                                                                          
                                                                            


                                                      


                                                               




                                                                  


                                                    


                                                            
                                                     


                                                   


                                                   



                                                         
#Turn on debugging for p2
org.eclipse.equinox.p2.core/debug=false

#Detailed debugging information while parsing p2 data files
org.eclipse.equinox.p2.core/core/parseproblems=false

#Detailed debugging information when a repository is removed from a repository manager
org.eclipse.equinox.p2.core/core/removeRepo=false

#Detailed debugging information while parsing site.xml and feature.xml files in the generator
org.eclipse.equinox.p2.core/generator/parsing=false

#Detailed debugging information while saving/restoring the engine's install registry
org.eclipse.equinox.p2.core/engine/installregistry=false

#Detailed debugging information while saving/restoring profile preferences
org.eclipse.equinox.p2.core/engine/profilepreferences=false

#Detailed debugging information while saving/restoring metadata repositories
org.eclipse.equinox.p2.core/metadata/parsing=false

#Detailed debugging information about mirror selection
org.eclipse.equinox.p2.core/artifacts/mirrors=false

#Detailed debugging information about automatic update checking
org.eclipse.equinox.p2.core/updatechecker=false

#Detailed debugging information about the operands being generated
org.eclipse.equinox.p2.core/planner/operands=false

#Detailed debugging information about the projector 
org.eclipse.equinox.p2.core/planner/projector=false

#Detailed debugging information about the projector encoding
org.eclipse.equinox.p2.core/planner/encoding=false

#Detailed debugging information about the reconciler 
org.eclipse.equinox.p2.core/reconciler=false

#Detailed debugging information about the publisher
org.eclipse.equinox.p2.core/publisher=false

#Detailed debugging information about event clients
org.eclipse.equinox.p2.core/events/client = false

#Information about the use of the default provisioning UI
org.eclipse.equinox.p2.core/ui/default = false

Back to the top