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/22 15:42:14 UTC

[5/5] git commit: [flex-falcon] [refs/heads/develop] - change folders for swcs

change folders for swcs


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

Branch: refs/heads/develop
Commit: 903e785f570435f136fb1322c67a15babe53d093
Parents: 6a08f9d
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 22 06:41:59 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 22 06:41:59 2015 -0700

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/903e785f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 885929c..cac4eb7 100644
--- a/build.xml
+++ b/build.xml
@@ -654,8 +654,8 @@
         
         <!-- generated -->
         <mkdir dir="${basedir}/temp/js/libs"/>
-        <copy tofile="${basedir}/temp/js/libs/js.swc" file="${basedir}/externs/js/js.swc" />
-        <copy tofile="${basedir}/temp/js/libs/jquery.swc" file="${basedir}/externs/jquery/jquery-1.9.swc" />
+        <copy tofile="${basedir}/temp/js/libs/js.swc" file="${basedir}/externs/js/out/bin/js.swc" />
+        <copy tofile="${basedir}/temp/js/libs/jquery.swc" file="${basedir}/externs/jquery/out/bin/jquery-1.9.swc" />
         
         <antcall target="binary-package-jx-zip"/>
         <antcall target="binary-package-jx-tgz"/>