| dump_vars.wmk
 
                                  
                                  dump_vars.wmk - dump all WebMake variables and content items
                                   
 
                                       < use plugin="dump_vars" />
 
 
                                         $ {DumpVars_names}
                                           $ {DumpVars_full}
 
                                          
                                          Some debugging help. If you include this file in your WebMake file, it will
                                          define these content items:
                                           
                                            
                                              $ {DumpVars_names}
                                            
                                              
                                                
                                                This content contains a list of the names of all content items defined.
                                                
                                              
                                                $ {DumpVars_full}
                                              
                                                
                                                  
                                                  This content contains a dump of all content items defined, including their
                                                  names and their values. It excludes $ {DumpVars_full} and $
                                                  {DumpVars_names}.
                                                  
                                                 |