ajack       2004/05/20 16:31:07

  Modified:    python/gump/document/xdocs Tag: MultiRunner documenter.py
  Log:
  1) Had two workspace.xml, made one workspace_defn.xml.

  2) Added workspace name to workspace.xml.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.5   +3 -2      gump/python/gump/document/xdocs/Attic/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/xdocs/Attic/documenter.py,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- documenter.py     19 May 2004 20:14:16 -0000      1.1.2.4
  +++ documenter.py     20 May 2004 23:31:07 -0000      1.1.2.5
  @@ -487,7 +487,7 @@
               
           if not workspace.private:
               # Document the workspace XML    
  -            
document=XDocDocument('Definition',self.resolver.getFile(workspace,'workspace.xml'))
  +            
document=XDocDocument('Definition',self.resolver.getFile(workspace,'workspace_defn.xml'))
               stream=StringIO.StringIO() 
               xmlize('workspace',workspace.xml,stream)
               stream.seek(0)
  @@ -516,6 +516,7 @@
           definitionSection.createNote('This install runs Python Gump, not 
Traditional Gump.') 
           
           definitionTable=definitionSection.createTable()
  +        definitionTable.createEntry('Workspace Name', workspace.getName())
           if workspace.xml.description:
                   definitionTable.createEntry('Description', 
workspace.xml.description)
           if workspace.xml.version: 
  @@ -542,7 +543,7 @@
           if not workspace.private:            
               syndRow=definitionTable.createRow()
               syndRow.createData('Definition')
  -            syndRow.createData().createLink('workspace.html','XML')
  +            syndRow.createData().createLink('workspace_defn.html','XML')
                               
           self.documentSummary(document,workspace.getProjectSummary())        
           self.documentAnnotations(document,workspace)
  
  
  

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

Reply via email to