Browse Source

use copy not copypath

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708923 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 16 years ago
parent
commit
ef0fffc8ca
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      fetch.xml

+ 3
- 2
fetch.xml View File

@@ -115,9 +115,10 @@ Set -Ddest=LOCATION on the command line
</artifact:dependencies>
<!-- now we are left with the problem of getting the files
into our directory -->
<copypath destdir="${dest.dir}" pathref="@{archive}.path">
<copy todir="${dest.dir}">
<path refid="@{archive}.path" />
<flattenmapper/>
</copypath>
</copy>
</sequential>
</macrodef>
</target>


Loading…
Cancel
Save