set closure compiler to 20140303.  More recent versions error on base.js

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

Branch: refs/heads/develop
Commit: 006c95ec6f3b51eaf11264143c1537f05d208e89
Parents: 09f6ff7
Author: Alex Harui <aha...@apache.org>
Authored: Mon May 26 23:15:05 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue May 27 15:21:40 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/006c95ec/compiler.jx/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml
index 3db5ae7..6c0fdbd 100644
--- a/compiler.jx/downloads.xml
+++ b/compiler.jx/downloads.xml
@@ -24,7 +24,7 @@
     <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.filename" value="compiler-latest.zip" />
+    <property name="closure.download.filename" value="compiler-20140303.zip" />
     
        <!-- 
           Notes:
@@ -201,6 +201,7 @@
                                Was: param name="zipFile" 
value="compiler-latest.zip"
                                -->
              <param name="zipFile" value="${closure.download.filename}"/>
+          <param name="md5" value="1f7f3b03f0bdf15ee83140b9ce3b72ac"/>
            </antcall>
            <get src="http://www.apache.org/licenses/LICENSE-2.0"; 
dest="${lib.dir}/google/closure-compiler/closure-LICENSE.txt"/>
            <copy todir="${lib.dir}/google/closure-compiler">

Reply via email to