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/20 19:06:32 UTC

[3/5] git commit: [flex-asjs] [refs/heads/develop] - try the github version of closure library

try the github version of closure library


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

Branch: refs/heads/develop
Commit: ea0f1f32303de41f530f7551727605fd94f5109d
Parents: 25b8112
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 19 14:23:46 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jun 20 10:06:15 2014 -0700

----------------------------------------------------------------------
 installer.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ea0f1f32/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 2f0d2cb..e6b1ea1 100644
--- a/installer.xml
+++ b/installer.xml
@@ -61,11 +61,11 @@
     <property name="flexjs.version" value="0.0.2"/>
     <property name="falcon.version" value="0.0.2"/>
     
-    <property name="goog.lib.url.server" value="https://closure-library.googlecode.com" />
-    <property name="goog.lib.url.folder" value="files" />
-    <property name="goog.lib.url.file" value="closure-library-20130212-95c19e7f0f5f.zip" />
-    <property name="goog.lib.md5" value="7891ce8200dedf50c811017a0d76bcdc" />
-    
+    <property name="goog.lib.url.server" value="https://github.com" />
+    <property name="goog.lib.url.folder" value="google/closure-library/archive" />
+    <property name="goog.lib.url.file" value="master.zip" />
+    <property name="goog.lib.md5" value="9711bb32b35550f8cc49d7aac6b2c41c" />
+
     <property name="swfobject.url.server" value="https://github.com" />
     <property name="swfobject.url.folder" value="swfobject/swfobject/archive" />
     <property name="swfobject.url.file" value="2.2.zip" />