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 <[email protected]> Authored: Mon Dec 28 20:46:41 2015 -0800 Committer: Alex Harui <[email protected]> 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$"/>
