Repository: flex-falcon Updated Branches: refs/heads/develop dbea06b99 -> 4fb660494
don't override GCC version in installer anymore Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4fb66049 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4fb66049 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4fb66049 Branch: refs/heads/develop Commit: 4fb66049430d944928d1af42cdb4301fdccdad98 Parents: dbea06b Author: Alex Harui <[email protected]> Authored: Wed May 28 07:42:08 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Wed May 28 07:42:08 2014 -0700 ---------------------------------------------------------------------- installer.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4fb66049/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index 26d8b79..64de758 100644 --- a/installer.xml +++ b/installer.xml @@ -62,9 +62,6 @@ </condition> </fail> - <property name="goog.url.path" value="https://closure-compiler.googlecode.com/files" /> - <property name="goog.url.file" value="compiler-20131014.zip" /> - <condition property="platform" value="mac"> <os family="mac" /> </condition> @@ -96,7 +93,6 @@ <target name="download.jx" if="install.jx" description="download FalconJX compiler dependencies"> <echo>${download.compiler.jx.deps}</echo> <property name="FALCONJX_HOME" value="${FLEX_HOME}/js" /> - <property name="closure.download.filename" value="${goog.url.file}" /> <ant dir="${basedir}/compiler.jx" antfile="downloads.xml"/> </target>
