You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2017/04/18 12:15:15 UTC

[09/15] git commit: [flex-utilities] [refs/heads/feature/flash-downloader] - Add support for latest google closure compiler

Add support for latest google closure compiler


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

Branch: refs/heads/feature/flash-downloader
Commit: 5ed2c77d64fa6c3a65a6c2a022762cff94945c4f
Parents: 2e67684
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Sun Dec 18 22:50:30 2016 -0800
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Sun Dec 18 22:51:14 2016 -0800

----------------------------------------------------------------------
 npm-flexjs/dependencies/ApacheFalcon.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed2c77d/npm-flexjs/dependencies/ApacheFalcon.js
----------------------------------------------------------------------
diff --git a/npm-flexjs/dependencies/ApacheFalcon.js b/npm-flexjs/dependencies/ApacheFalcon.js
index 6a80291..82acb4c 100644
--- a/npm-flexjs/dependencies/ApacheFalcon.js
+++ b/npm-flexjs/dependencies/ApacheFalcon.js
@@ -125,9 +125,9 @@ var falconDependencies = [
     },
     {
         url:'http://dl.google.com/closure-compiler/',
-        remoteFileName:'compiler-20150609.zip',
+        remoteFileName:'compiler-20161201.zip',
         destinationPath:constants.DOWNLOADS_FOLDER,
-        destinationFileName:'compiler-20150609.zip',
+        destinationFileName:'compiler-20161201.zip',
         pathOfFileToBeCopiedFrom:'compiler.jar',
         pathOfFileToBeCopiedTo:googleClosureCompilerFolder + 'compiler.jar',
         unzip:true
@@ -142,8 +142,8 @@ var falconDependencies = [
         unzip:true
     },
     {
-        url:'http://search.maven.org/remotecontent?filepath=com/google/guava/guava/17.0/',
-        remoteFileName:'guava-17.0.jar',
+        url:'http://search.maven.org/remotecontent?filepath=com/google/guava/guava/20.0/',
+        remoteFileName:'guava-20.0.jar',
         destinationPath:jsLibFolder,
         destinationFileName:'guava.jar',
         unzip:false