ajack       2003/12/05 07:13:21

  Modified:    python/gump/syndication rss.py
               profile  gump.xml
               python/gump/document forrest.py
  Added:       project  which4j.xml
  Log:
  1) Added which4j (from java.net)
  2) Yet another RSS fix (unit tests are passing, so...)
  3) Docs tweak Updated -> Modified.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-gump/python/gump/syndication/rss.py
  
  Index: rss.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/syndication/rss.py,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rss.py    5 Dec 2003 00:51:49 -0000       1.2
  +++ rss.py    5 Dec 2003 15:13:21 -0000       1.3
  @@ -165,7 +165,7 @@
           
           self.rssStream.write('  <language>en-us</language>\n')
           self.rssStream.write('  <copyright>Copyright 2003, Apache Software 
Foundation</copyright>\n')
  -        self.rssStream.write(('  <generator>Jakarta Gump : %s</generator>\n') & 
(escape(setting.version)))
  +        self.rssStream.write(('  <generator>Jakarta Gump : %s</generator>\n') % 
(escape(setting.version)))
           self.rssStream.write('  <webMaster>[EMAIL PROTECTED]</webMaster>\n')
           self.rssStream.write('  
<docs>http://blogs.law.harvard.edu/tech/rss</docs>\n')
           self.rssStream.write('  <category 
domain="http://www.apache.org/namespaces";>Gump</category>\n')
  
  
  
  1.288     +1 -0      jakarta-gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
  retrieving revision 1.287
  retrieving revision 1.288
  diff -u -r1.287 -r1.288
  --- gump.xml  4 Dec 2003 14:27:21 -0000       1.287
  +++ gump.xml  5 Dec 2003 15:13:21 -0000       1.288
  @@ -243,6 +243,7 @@
   
   <!-- java.net -->
   
  +  <module href="project/which4j.xml"/>
     <module href="project/xom.xml"/>
   
   <!-- Installed packages -->
  
  
  
  1.1                  jakarta-gump/project/which4j.xml
  
  Index: which4j.xml
  ===================================================================
  <module name="which4j">
  
    <url href="http://which4j.dev.java.net"/>
    <description>
      which4j is utility that searches your system classpath for the 
      specified class (resource) name.
    </description>
  
    <cvs repository="java.net"/>
  
    <project name="which4j">
      <package>org.which4j</package>
  
      <ant target="dist">
        <property name="distdir" value="dist"/>
      </ant>
  
      <depend project="ant" inherit="runtime"/>
      
      <work nested="build/classes"/>
  
      <home nested="dist"/>
      
      <jar name="lib/which4j.jar"/>
      
      <javadoc nested="docs/api"/>
    </project>
  
  </module>
  
  
  
  1.30      +1 -1      jakarta-gump/python/gump/document/forrest.py
  
  Index: forrest.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document/forrest.py,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- forrest.py        4 Dec 2003 23:16:24 -0000       1.29
  +++ forrest.py        5 Dec 2003 15:13:21 -0000       1.30
  @@ -369,7 +369,7 @@
           self.documentSummary(document, workspace.getProjectSummary())
           
           projectsSection=document.createSection('Projects (in build order)')
  -        projectsTable=projectsSection.createTable(['Time','Updated','Name','Project 
State','Duration\nin state','Last Updated','Elapsed'])
  +        projectsTable=projectsSection.createTable(['Time','Updated','Name','Project 
State','Duration\nin state','Last Modified','Elapsed'])
           pcount=0
           for project in gumpSet.getSequence():
               # :TODO: Next line irrelevent?
  
  
  

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

Reply via email to