Browse Source

Temporarily removed forceoverwrite attribute from a copydir task to

make the nightly builds work again - they really should bootstrap.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267727 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
d5313cd9ae
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      build.xml

+ 1
- 2
build.xml View File

@@ -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>


Loading…
Cancel
Save