summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
authorMatthew Jason Benson <mbenson@apache.org>2008-10-29 15:43:48 +0000
committerMatthew Jason Benson <mbenson@apache.org>2008-10-29 15:43:48 +0000
commitef0fffc8ca053b4701b78c0eb95924d15d3e6d4f (patch)
tree7a0605669ad9c8ed024636ae8a81d1d0771eb956 /fetch.xml
parent34933b03ece57874f553c460f419a77633ce86d9 (diff)
downloadant-ef0fffc8ca053b4701b78c0eb95924d15d3e6d4f.tar.gz
use copy not copypath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/fetch.xml b/fetch.xml
index d00276074..0febfa399 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -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>