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/05/06 19:08:37 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fixed javacc download URL

Updated Branches:
  refs/heads/develop 63bd807f8 -> f08b2d07b


Fixed javacc download URL

The original URL seemingly causes a redirect to the 'https' download and this redirect (may) cause the download to fail but still result in a 0 byte file, confusing the build script. Changed URL to 'https' to avoid this problem.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: f08b2d07b33d9b83ee83eaa14116adf0eb0b6aa2
Parents: 63bd807
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Mon May 6 16:18:30 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Mon May 6 16:18:30 2013 +0200

----------------------------------------------------------------------
 modules/downloads.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f08b2d07/modules/downloads.xml
----------------------------------------------------------------------
diff --git a/modules/downloads.xml b/modules/downloads.xml
index c8ac14c..9275fc2 100644
--- a/modules/downloads.xml
+++ b/modules/downloads.xml
@@ -397,7 +397,7 @@
         description="Downloads and copies javacc.jar to the lib directory.">
 
         <antcall target="download-zip">
-          <param name="srcUrl" value="http://java.net/downloads/javacc"/>
+          <param name="srcUrl" value="https://java.net/downloads/javacc"/>
           <param name="zipFile" value="javacc-5.0.tar.gz"/>
           <param name="srcJarPath" value="javacc-5.0/bin/lib/javacc.jar"/>
           <param name="destJarFile" value="${lib.ext.dir}/javacc.jar"/>