Author: buildbot
Date: Tue Mar 12 15:14:54 2013
New Revision: 854143

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/downloads.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 12 15:14:54 2013
@@ -1 +1 @@
-1455572
+1455575

Modified: websites/staging/rave/trunk/content/downloads.html
==============================================================================
--- websites/staging/rave/trunk/content/downloads.html (original)
+++ websites/staging/rave/trunk/content/downloads.html Tue Mar 12 15:14:54 2013
@@ -140,15 +140,15 @@
    }
 
    rave.downloads.getMirrorUrl =function(version, type) {
-      rave.downloads.getUrl(version, type, 
"http://www.apache.org/dyn/closer.cgi";);
+      return rave.downloads.getUrl(version, type, 
"http://www.apache.org/dyn/closer.cgi";);
    }
 
    rave.downloads.getDistUrl =function(version, type) {
-      rave.downloads.getUrl(version, type, "http://www.apache.org/dist";);
+      return rave.downloads.getUrl(version, type, 
"http://www.apache.org/dist";);
    }
 
    rave.downloads.getArchiveUrl = function(version, type) {
-      rave.downloads.getUrl(version, type, "http://archive.apache.org/dist";);
+      return rave.downloads.getUrl(version, type, 
"http://archive.apache.org/dist";);
    }
 
     rave.downloads.updateDownloadLinks = function(version) {


Reply via email to