You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/12/29 05:46:47 UTC

git commit: [flex-flexunit] [refs/heads/develop] - try to fix build

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop 44c9a3da6 -> cfbdb00b2


try to fix build


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

Branch: refs/heads/develop
Commit: cfbdb00b21fc9070db7f26442bb88da2b686d534
Parents: 44c9a3d
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 28 20:46:41 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 28 20:46:41 2015 -0800

----------------------------------------------------------------------
 FlexUnit4/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/cfbdb00b/FlexUnit4/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4/downloads.xml b/FlexUnit4/downloads.xml
index 564d428..5232bb3 100644
--- a/FlexUnit4/downloads.xml
+++ b/FlexUnit4/downloads.xml
@@ -105,7 +105,7 @@
         
         <mkdir dir="${download.dir}"/>        
     	
-        <get src="${srcUrl}/${zipFile}" dest="${download.dir}/${zipFile}" />
+        <get src="${srcUrl}/${zipFile}" dest="${download.dir}/${zipFile}" skipexisting="true"/>
 
         <condition property="zip.compressed">
             <matches string="${zipFile}" pattern="^*.zip$"/>