ajack       2004/07/14 12:26:46

  Modified:    python/gump/document/xdocs documenter.py
  Log:
  Jars is old name, new is Artifacts.
  
  Revision  Changes    Path
  1.18      +4 -6      gump/python/gump/document/xdocs/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- documenter.py     14 Jul 2004 15:47:59 -0000      1.17
  +++ documenter.py     14 Jul 2004 19:26:46 -0000      1.18
  @@ -1622,13 +1622,11 @@
                       repoList.createEntry( "SVN Directory: ", module.svn.getDir()) 
                   repoList.createEntry( "SVN URL: ", module.svn.getRootUrl())         
        
   
  +            if module.hasArtifacts():
  +                if module.jars.hasUrl():
  +                    repoList.createEntry( "Jars URL: ", module.jars.getUrl())   
   
  -            repoList.createEntry('Redistributable: ', `module.isRedistributable()`)
  -                
  -            if module.isRedistributable():
  -                if module.hasJars():
  -                    if module.jars.hasUrl():
  -                            repoList.createEntry( "Jars URL: ", 
module.jars.getUrl())                 
  +            repoList.createEntry('Redistributable: ', `module.isRedistributable()`) 
             
              
           #   x.write('<p><strong>Module Config :</strong> <link 
href=\'xml.html\'>XML</link></p>')
               
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to