You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2004/10/27 15:30:41 UTC

cvs commit: gump/project dumbster.xml

bodewig     2004/10/27 06:30:40

  Modified:    project  dumbster.xml
  Log:
  To run Ant you need Ant and an XML parser
  
  Revision  Changes    Path
  1.2       +4 -2      gump/project/dumbster.xml
  
  Index: dumbster.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/dumbster.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dumbster.xml	27 Oct 2004 02:20:16 -0000	1.1
  +++ dumbster.xml	27 Oct 2004 13:30:40 -0000	1.2
  @@ -31,10 +31,12 @@
   
       <ant target="world"/>
   
  +    <depend project="ant"/>
       <depend project="jaf"/>
       <depend project="junit"/>
       <depend project="javamail"/>
  - 
  +    <depend project="xml-xerces"/>
  +
       <jar name="build/dumbster.jar"/>
   
       <license name="license.txt"/>