npm-flexjs: fixed broken URLs for guava and jburg JARs

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

Branch: refs/heads/develop
Commit: 3f60486ccf39311d1e6adee5266c44ffb6527d80
Parents: 08389f3
Author: Josh Tynjala <joshtynj...@apache.org>
Authored: Thu Sep 22 15:50:16 2016 -0700
Committer: Josh Tynjala <joshtynj...@apache.org>
Committed: Thu Sep 22 15:50:16 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3f60486c/npm-flexjs/dependencies/ApacheFalcon.js
----------------------------------------------------------------------
diff --git a/npm-flexjs/dependencies/ApacheFalcon.js 
b/npm-flexjs/dependencies/ApacheFalcon.js
index dff2fba..6a80291 100644
--- a/npm-flexjs/dependencies/ApacheFalcon.js
+++ b/npm-flexjs/dependencies/ApacheFalcon.js
@@ -78,14 +78,14 @@ var falconDependencies = [
         unzip:true
     },
     {
-        
url:'http://search.maven.org/remotecontent?filepath=/com/google/guava/guava/17.0/',
+        
url:'http://search.maven.org/remotecontent?filepath=com/google/guava/guava/17.0/',
         remoteFileName:'guava-17.0.jar',
         destinationPath:constants.FLEXJS_FOLDER + falconLibExternalFolder,
         destinationFileName:'guava.jar',
         unzip:false
     },
     {
-        
url:'http://search.maven.org/remotecontent?filepath=/net/sourceforge/jburg/jburg/1.10.2',
+        
url:'http://search.maven.org/remotecontent?filepath=net/sourceforge/jburg/jburg/1.10.2/',
         remoteFileName:'jburg-1.10.2.jar',
         destinationPath:constants.FLEXJS_FOLDER + falconLibExternalFolder,
         destinationFileName:'jburg.jar',

Reply via email to