Repository: flex-falcon
Updated Branches:
  refs/heads/develop 13574ed54 -> 3353e2c0c


use overwrite (commons-io is copied twice)


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/3353e2c0
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3353e2c0
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3353e2c0

Branch: refs/heads/develop
Commit: 3353e2c0cff6608b8b3b139a404894b59a6e5baa
Parents: 13574ed
Author: Alex Harui <aha...@apache.org>
Authored: Thu May 29 23:56:00 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Thu May 29 23:56:00 2014 -0700

----------------------------------------------------------------------
 compiler.jx/downloads.xml | 2 +-
 compiler/downloads.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3353e2c0/compiler.jx/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml
index b052420..034d2e5 100644
--- a/compiler.jx/downloads.xml
+++ b/compiler.jx/downloads.xml
@@ -177,7 +177,7 @@
        </target>
        
     <target name="copy-if-cached" if="found-in-cache">
-               <copy file="${downloadCacheFolder}/${srcFolder}/${srcFile}" 
tofile="${dest}" />
+               <copy file="${downloadCacheFolder}/${srcFolder}/${srcFile}" 
tofile="${dest}" overwrite="true" />
        </target> 
        
     <target name="check-cache" if="usingDownloadCache">

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3353e2c0/compiler/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler/downloads.xml b/compiler/downloads.xml
index 87c97f6..6a32fc8 100644
--- a/compiler/downloads.xml
+++ b/compiler/downloads.xml
@@ -212,7 +212,7 @@
        </target>
        
     <target name="copy-if-cached" if="found-in-cache">
-               <copy file="${downloadCacheFolder}/${srcFolder}/${srcFile}" 
tofile="${dest}" />
+               <copy file="${downloadCacheFolder}/${srcFolder}/${srcFile}" 
tofile="${dest}" overwrite="true"/>
        </target> 
        
     <target name="check-cache" if="usingDownloadCache">

Reply via email to