You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/12/20 03:16:05 UTC

cvs commit: xml-forrest module.xml

crossley    2003/12/19 18:16:05

  Modified:    .        module.xml
  Log:
  Spli long lines to reduce the page-too-wide problems with Gump reports.
  
  Revision  Changes    Path
  1.28      +6 -5      xml-forrest/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/module.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- module.xml	20 Oct 2003 11:54:13 -0000	1.27
  +++ module.xml	20 Dec 2003 02:16:05 -0000	1.28
  @@ -79,7 +79,7 @@
                tosite="xml-apache-org"
                todir="forrest/" />
       -->
  -    
  +
          <nag from="Gump" to="forrest-dev@xml.apache.org"/>
   
       </project>
  @@ -87,19 +87,20 @@
       <project name="nekopull">
         <url href="http://www.apache.org/~andyc/neko/doc/pull/index.html"/>
         <description>
  -         NekoPull is an XML document parsing API that extends the Xerces Native Interface (XNI) to provide pull parsing functionality.
  +         NekoPull is an XML document parsing API that extends the
  +         Xerces Native Interface (XNI) to provide pull parsing functionality.
         </description>
         <home nested="lib/core"/>
         <jar name="nekopull.jar"/>
       </project>
  -    
  +
       <project name="xml-forrest-forrestbar">
   
           <ant target="forrestbar"/>
   
           <home nested="build"/>
           <depend project="jakarta-ant"/>
  -        <depend project="xml-xerces"/>        
  +        <depend project="xml-xerces"/>
   
       <!-- jars - the result of the build  -->
           <jar id="forrestbar" name="forrestbar.xpi"/>
  @@ -107,7 +108,7 @@
          <nag from="Gump" to="forrest-dev@xml.apache.org"/>
   
       </project>
  -        
  +
   </module>