You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by aj...@apache.org on 2004/10/13 01:06:06 UTC

cvs commit: gump/project jtidy.xml

ajack       2004/10/12 16:06:06

  Modified:    project  jtidy.xml
  Log:
  JTidy now seems to use Maven not Ant.
  
  Revision  Changes    Path
  1.12      +2 -1      gump/project/jtidy.xml
  
  Index: jtidy.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jtidy.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jtidy.xml	6 May 2004 16:03:40 -0000	1.11
  +++ jtidy.xml	12 Oct 2004 23:06:06 -0000	1.12
  @@ -27,9 +27,10 @@
     <project name="jtidy">
       <package>org.w3c.tidy</package>
   
  -    <ant/>
  +    <maven/>
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  +    <depend project="common-logging"/>
       <jar name="build/Tidy.jar"/>
       <license name="LICENSE"/>
       <javadoc nested="doc/api"/>