You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2003/01/02 14:10:48 UTC

cvs commit: xml-axis/java build.xml

dims        2003/01/02 05:10:48

  Modified:    java     build.xml
  Log:
  Sam forgot to cleanup :-)
  
  Revision  Changes    Path
  1.223     +1 -0      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.222
  retrieving revision 1.223
  diff -u -r1.222 -r1.223
  --- build.xml	30 Dec 2002 16:31:30 -0000	1.222
  +++ build.xml	2 Jan 2003 13:10:47 -0000	1.223
  @@ -471,6 +471,7 @@
         description="clean up, build, dist and much of the axis servlet">
       <delete dir="${build.dir}"/>
       <delete dir="${dist.dir}"/>
  +    <delete dir="${axis.home}/tools/lib"/>
       <delete file="client-config.wsdd"/>
       <delete file="server-config.wsdd"/>
       <delete file="webapps/axis/WEB-INF/server-config.wsdd"/>