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/06/13 07:12:57 UTC

git commit: [flex-falcon] [refs/heads/develop] - fix downloading of license

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 <ah...@apache.org>
Authored: Fri Jun 12 22:12:50 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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}"/>