don't need to copy this, it should get downloaded
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/77e26a3d Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/77e26a3d Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/77e26a3d Branch: refs/heads/develop Commit: 77e26a3deee7dd7e3f31cf9af30d32136ae83c45 Parents: 0cf22a6 Author: Alex Harui <[email protected]> Authored: Mon Jun 22 09:02:38 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 22 09:02:38 2015 -0700 ---------------------------------------------------------------------- installer.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/77e26a3d/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index ca5520a..311f388 100644 --- a/installer.xml +++ b/installer.xml @@ -106,8 +106,6 @@ <target name="copy.jx.lib" if="install.jx" description="copy our bundled GCC before running download.jx so we don't download GCC"> <property name="FALCONJX_HOME" value="${FLEX_HOME}/js" /> <mkdir dir="${FLEX_HOME}/js/lib/google/closure-compiler" /> - <copy file="${basedir}/js/lib/google/closure-compiler/compiler.jar" tofile="${FLEX_HOME}/js/lib/google/closure-compiler/compiler.jar"/> - <copy file="${basedir}/js/lib/google/closure-compiler/compiler-LICENSE.txt" tofile="${FLEX_HOME}/js/lib/google/closure-compiler/compiler-LICENSE.txt"/> </target> <target name="movefiles" description="move SDK files into -legacy folders" unless="flexjs">
