You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by di...@apache.org on 2003/12/26 17:38:15 UTC

cvs commit: xml-commons/java resolver.xml

dims        2003/12/26 08:38:15

  Modified:    java     resolver.xml
  Log:
  Added a target for gump
  
  Revision  Changes    Path
  1.13      +6 -1      xml-commons/java/resolver.xml
  
  Index: resolver.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/resolver.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- resolver.xml	5 Nov 2003 03:02:10 -0000	1.12
  +++ resolver.xml	26 Dec 2003 16:38:15 -0000	1.13
  @@ -78,6 +78,11 @@
             description="This is the default target.  Compiles the program and docs.">
     </target>
   
  +  <target name="gump"
  +          depends="jar,javadocs"
  +          description="This is the gump target.  Compiles the program and generates javadoc.">
  +  </target>
  +
     <target name="compile" depends="init"
       description="Compile all classes">