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 <[email protected]> Authored: Mon Jun 22 06:41:59 2015 -0700 Committer: Alex Harui <[email protected]> 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"/>
