You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2004/02/20 17:36:06 UTC

cvs commit: jakarta-gump gump.xml

bodewig     2004/02/20 08:36:06

  Modified:    .        gump.xml
  Log:
  Add complete project descriptor of gump project
  
  Revision  Changes    Path
  1.4       +7 -1      jakarta-gump/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/gump.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gump.xml	9 Dec 2003 13:46:02 -0000	1.3
  +++ gump.xml	20 Feb 2004 16:36:06 -0000	1.4
  @@ -13,12 +13,18 @@
     <!-- After the bootstrap -->
     <module href="project/gump.xml"/>
     <project name="gump">
  -    <ant>
  +    <ant target="all">
         <property name="workspace" value="gump.xml"/>
         <property name="webstyle" value="stylesheet/jakarta.xsl"/>
         <property name="target" value="bash"/>
         <property name="extension" value="sh"/>
       </ant>
  +
  +    <depend project="ant" inherit="runtime"/>
  +    <depend project="xml-xerces"/>
  +    <depend project="xml-xalan2"/>
  +    <work nested="classes"/>
  +    <javadoc nested="javadocs"/>
     </project>
   
   </workspace>