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 2016/08/29 20:46:08 UTC

flex-typedefs git commit: - Updated url for svg.js

Repository: flex-typedefs
Updated Branches:
  refs/heads/develop f141b3bf5 -> 81a6e0dde


- Updated url for svg.js


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

Branch: refs/heads/develop
Commit: 81a6e0ddeb3f07cddcc2caf63c87e363143ddd75
Parents: f141b3b
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Aug 29 22:46:00 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Aug 29 22:46:00 2016 +0200

----------------------------------------------------------------------
 js/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/81a6e0dd/js/pom.xml
----------------------------------------------------------------------
diff --git a/js/pom.xml b/js/pom.xml
index c490783..72b76cf 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -49,7 +49,7 @@
               <goal>wget</goal>
             </goals>
             <configuration>
-              <url>https://closureidl.googlecode.com/files/svg.js</url>
+              <url>https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js</url>
               <outputFileName>svg.js</outputFileName>
               <outputDirectory>${project.build.directory}/downloads</outputDirectory>
             </configuration>