You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@locus.apache.org on 2000/07/04 08:44:48 UTC

cvs commit: jakarta-ant build.xml

bodewig     00/07/03 23:44:47

  Modified:    .        build.xml
  Log:
  Temporarily removed forceoverwrite attribute from a copydir task to
  make the nightly builds work again - they really should bootstrap.
  
  Revision  Changes    Path
  1.28      +1 -2      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	2000/07/02 16:29:40	1.27
  +++ build.xml	2000/07/04 06:44:47	1.28
  @@ -81,8 +81,7 @@
       <filter token="TIME" value="${TSTAMP}" />
       <copydir src="${src.dir}" 
                dest="${build.classes}" 
  -             filtering="on"
  -             forceoverwrite="true">
  +             filtering="on">
         <include name="**/version.txt" />
       </copydir>
     </target>