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 2016/11/10 17:35:11 UTC

git commit: [flex-falcon] [refs/heads/develop] - fix download script

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 0d72c8ce7 -> 29b04417c


fix download script


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

Branch: refs/heads/develop
Commit: 29b04417ca2495638cfe27eb2715d309984d3133
Parents: 0d72c8c
Author: Alex Harui <ah...@apache.org>
Authored: Thu Nov 10 09:34:58 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Nov 10 09:35:07 2016 -0800

----------------------------------------------------------------------
 compiler/src/main/resources/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/29b04417/compiler/src/main/resources/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler/src/main/resources/downloads.xml b/compiler/src/main/resources/downloads.xml
index c547028..98af8e7 100644
--- a/compiler/src/main/resources/downloads.xml
+++ b/compiler/src/main/resources/downloads.xml
@@ -452,7 +452,7 @@
     <!-- this string comes from the FlexJS en_US.properties because for now, this
          target won't get called unless this script is called from the FlexJS install -->
     <echo>${INFO_USING_CACHED_FILE} ${downloadCacheFolder}/${srcFolder}/${srcFile}</echo>
-    <copy file="${downloadCacheFolder}/${srcFolder}/${srcFile}" tofile="${dest}" overwrite="true"/>
+    <copy file="${downloadCacheFolder}/${srcFolder}/${srcFile}" tofile="${destDir}/${destFile}" overwrite="true"/>
   </target>
 
   <target name="check-cache" if="usingDownloadCache">