Repository: flex-falcon Updated Branches: refs/heads/develop 4ddcbbfbf -> 407eaa7e4
fix downloading of license Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/407eaa7e Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/407eaa7e Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/407eaa7e Branch: refs/heads/develop Commit: 407eaa7e491af232bfa305493143c0e6f7c7d0f9 Parents: 4ddcbbf Author: Alex Harui <[email protected]> Authored: Fri Jun 12 22:12:50 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Jun 12 22:12:50 2015 -0700 ---------------------------------------------------------------------- compiler.jx/downloads.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/407eaa7e/compiler.jx/downloads.xml ---------------------------------------------------------------------- diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml index 3685d02..58824b2 100644 --- a/compiler.jx/downloads.xml +++ b/compiler.jx/downloads.xml @@ -217,9 +217,9 @@ <param name="srcDomain" value="${src.server}"/> <param name="srcPath" value="${src.folder}/${src.filename}"/> </antcall> - <mkdir dir="${lib.dir}/${dest.folder}"/> + <mkdir dir="${lib.dir}/${closure.dest.folder}"/> - <get src="http://www.apache.org/licenses/LICENSE-2.0" dest="${lib.dir}/${dest.folder}/${name}-LICENSE.txt"/> + <get src="http://www.apache.org/licenses/LICENSE-2.0" dest="${lib.dir}/${closure.dest.folder}/${name}-LICENSE.txt"/> <antcall target="download-dependency-zip-closure"> <param name="server" value="${src.server}"/>
