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 2014/06/19 23:02:13 UTC

git commit: [flex-falcon] [refs/heads/develop] - try github for gcc

Repository: flex-falcon
Updated Branches:
  refs/heads/develop b37c91cbf -> eb5c9d3bd


try github for gcc


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

Branch: refs/heads/develop
Commit: eb5c9d3bd2d45b02fb95cc3293de6c26af410a02
Parents: b37c91c
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 19 14:01:40 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 19 14:02:06 2014 -0700

----------------------------------------------------------------------
 compiler.jx/downloads.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/eb5c9d3b/compiler.jx/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml
index f63aac3..ad13d49 100644
--- a/compiler.jx/downloads.xml
+++ b/compiler.jx/downloads.xml
@@ -31,9 +31,9 @@
     <property name="lib.dir" value="${FALCONJX_HOME}/lib"/>    
 	<property name="download.dir" value="${FALCONJX_HOME}/in"/>
     <property file="${basedir}/local.properties"/>
-    <property name="closure.download.server" value="http://dl.google.com" />
-    <property name="closure.download.folder" value="closure-compiler" />
-    <property name="closure.download.filename" value="compiler-20140303.zip" />
+    <property name="closure.download.server" value="https://github.com" />
+    <property name="closure.download.folder" value="google/closure-compiler/archive" />
+    <property name="closure.download.filename" value="v20140303.zip" />
     <property name="closure.download.checksum" value="072349ef05a6d909c9e8a97edac1f580" />
     
 	<!--