You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/01/31 19:24:34 UTC

svn commit: r1441103 - /flex/falcon/trunk/compiler.jx/downloads.xml

Author: erikdebruin
Date: Thu Jan 31 18:24:33 2013
New Revision: 1441103

URL: http://svn.apache.org/viewvc?rev=1441103&view=rev
Log:
- added downloading of the 'latest' Google Closure Compiler

Modified:
    flex/falcon/trunk/compiler.jx/downloads.xml

Modified: flex/falcon/trunk/compiler.jx/downloads.xml
URL: http://svn.apache.org/viewvc/flex/falcon/trunk/compiler.jx/downloads.xml?rev=1441103&r1=1441102&r2=1441103&view=diff
==============================================================================
--- flex/falcon/trunk/compiler.jx/downloads.xml (original)
+++ flex/falcon/trunk/compiler.jx/downloads.xml Thu Jan 31 18:24:33 2013
@@ -180,8 +180,7 @@
 		<mkdir dir="${lib.dir}/google/closure-compiler" />
 	    <antcall target="download-zip">
 	      <param name="srcUrl" value="http://closure-compiler.googlecode.com/files"/>
-	      <param name="zipFile" value="compiler-20110615.zip"/>
-	      <param name="sha1" value="7bece33b7535315143374f252955833164bc5b38"/>
+	      <param name="zipFile" value="compiler-latest.zip"/>
 	    </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">