jruaux      2003/01/07 04:38:58

  Modified:    Eclipse-Plugin/ant/build build-share.xml
  Log:
  Temp directory for tests is recreated after cleaning
  
  Revision  Changes    Path
  1.4       +5 -3      jakarta-cactus/Eclipse-Plugin/ant/build/build-share.xml
  
  Index: build-share.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/ant/build/build-share.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-share.xml   3 Jan 2003 15:48:59 -0000       1.3
  +++ build-share.xml   7 Jan 2003 12:38:58 -0000       1.4
  @@ -183,9 +183,11 @@
          ========================================================================
       -->
       <target name="clean" depends="init" description="Clean all generated files">
  -
  -        <delete dir="${target.dir}"/>
  -
  +  <delete includeEmptyDirs="true">
  +    <fileset dir="${target.dir}">
  +    </fileset>
  +  </delete>
  +  <mkdir dir="${target.dir}"/>
       </target>
   
       <target name="prepare.test" depends="init">
  
  
  

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

Reply via email to