rleland     2003/06/11 10:51:37

  Modified:    contrib/struts-legacy build.xml
  Log:
  Also delete the distribution when a
  clean is given.
  
  Revision  Changes    Path
  1.7       +6 -2      jakarta-struts/contrib/struts-legacy/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-legacy/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 7 Jun 2003 20:28:15 -0000       1.6
  +++ build.xml 11 Jun 2003 17:51:37 -0000      1.7
  @@ -206,10 +206,14 @@
                     zipfile="${upload.dir}/${upload.file.base}-src.tar.gz"/>
           </target>
   
  +<!--
  +       Clean struts legacy distribution
  +-->
   
       <target name="clean"
         description="Prepare for clean build">
  -      <delete dir="${build.home}"/>
  +      <delete dir="${build.home}" verbose="true"/>
  +      <delete dir="${dist.home}"/>
         <mkdir  dir="${dist.home}"/>
       </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to