You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/01/06 18:19:30 UTC

cvs commit: jakarta-taglibs build.xml

glenn       01/01/06 09:19:30

  Modified:    .        build.xml
  Log:
  Replace deprecated ant tags
  
  Revision  Changes    Path
  1.18      +3 -3      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml	2000/12/21 00:03:38	1.17
  +++ build.xml	2001/01/06 17:19:29	1.18
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.17 2000/12/21 00:03:38 horwat Exp $ -->
  +<!-- $Id: build.xml,v 1.18 2001/01/06 17:19:29 glenn Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
   
  @@ -173,8 +173,8 @@
     <!-- *********************** Clean Command ****************************** -->
   
     <target name="clean">
  -    <deltree dir="${build.dir}"/>
  -    <deltree dir="${dist.dir}"/>
  +    <delete dir="${build.dir}"/>
  +    <delete dir="${dist.dir}"/>
     </target>
   
   </project>