]> source.dussan.org Git - archiva.git/commit
Moving off of Plexus FileUtils and onto IO FileUtils. copyFileToDirectory in IO leads...
authorHenri Yandell <bayard@apache.org>
Sat, 9 Dec 2006 00:24:40 +0000 (00:24 +0000)
committerHenri Yandell <bayard@apache.org>
Sat, 9 Dec 2006 00:24:40 +0000 (00:24 +0000)
commit12cef35e368946fb67894328d968128a1ce7b736
treee0eb5969712a140a2fff4d521edd6fb3a2b3db36
parent24c1960dcbc85091b3ea43c7b4f645fd1e75d01d
Moving off of Plexus FileUtils and onto IO FileUtils. copyFileToDirectory in IO leads to the last-modified being maintained by default, which isn't desired in the case of src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java. I'll add a method to IO allowing that to be turned off (as copyFile(..) already has the variant) and this code can be simplified when IO 1.3 is released.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484860 13f79535-47bb-0310-9956-ffa450edef68
archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultProxyRequestHandler.java
archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java
archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/WagonDelegate.java