Repository: flex-sdk Updated Branches: refs/heads/release4.16.0 a360157e9 -> 7157375ad
fix download cache Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7157375a Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7157375a Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7157375a Branch: refs/heads/release4.16.0 Commit: 7157375adf07747d2b5c65e30cae224750b57b09 Parents: a360157 Author: Alex Harui <[email protected]> Authored: Thu Feb 16 09:21:37 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Thu Feb 16 09:21:37 2017 -0800 ---------------------------------------------------------------------- modules/downloads.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7157375a/modules/downloads.xml ---------------------------------------------------------------------- diff --git a/modules/downloads.xml b/modules/downloads.xml index 95a7666..c051657 100644 --- a/modules/downloads.xml +++ b/modules/downloads.xml @@ -454,7 +454,7 @@ verbose="false" ignoreerrors="true"/> <antcall target="get-from-cache-if-needed" > - <param name="filename" value="${saxon9.jar}" /> + <param name="filename" value="saxon9.jar" /> <param name="destDir" value="${download.dir}" /> </antcall> <antcall target="fail-if-not-found" >
