You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/02/13 15:53:07 UTC

cvs commit: xml-forrest module.xml

nicolaken    2004/02/13 06:53:07

  Modified:    .        module.xml
  Log:
  Initial Gump entry to forrestdoc
  
  Revision  Changes    Path
  1.31      +33 -1     xml-forrest/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/module.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- module.xml	26 Dec 2003 21:02:56 -0000	1.30
  +++ module.xml	13 Feb 2004 14:53:07 -0000	1.31
  @@ -1,5 +1,4 @@
   <?xml version="1.0"?>
  -<?xml-stylesheet type="text/xsl" href="./tools/stylesheets/module.xsl"?>
   <module name="xml-forrest">
       <url href="http://xml.apache.org/forrest/"/>
   
  @@ -109,6 +108,39 @@
   
       </project>
   
  +    <project name="xml-forrest-forrestbar">
  +
  +        <ant target="forrestbar"/>
  +
  +        <home nested="build"/>
  +        <depend project="jakarta-ant"/>
  +        <depend project="xml-xerces"/>
  +
  +    <!-- jars - the result of the build  -->
  +        <jar id="forrestbar" name="forrestbar.xpi"/>
  +
  +       <nag from="Gump" to="forrest-dev@xml.apache.org"/>
  +
  +    </project>
  +    
  +    <project name="xml-forrest-scratchpad-forrestdoc-ws">
  +
  +        <ant basedir="scratchpad/forrestdoc" target="wp" />
  +
  +        <work nested="scratchpad/forrestdoc/build/classes"/> 
  +        <work nested="scratchpad/forrestdoc/build/tools/ant"/>         
  +
  +        <home nested="scratchpad/forrestdoc/build"/>
  +        
  +        <depend project="jakarta-ant"/>
  +        <depend project="xml-xerces"/>
  +
  +        <junitreport nested="scratchpad/forrestdoc/build/ws/forrestdoc"/>
  +
  +        <nag from="Gump" to="forrest-dev@xml.apache.org"/>
  +
  +    </project>
  +        
   </module>