Author: kschenk
Date: Tue Apr 24 23:53:16 2012
New Revision: 1330069

URL: http://svn.apache.org/viewvc?rev=1330069&view=rev
Log:
kls -- more changes 

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js?rev=1330069&r1=1330068&r2=1330069&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js 
(original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js Tue 
Apr 24 23:53:16 2012
@@ -408,13 +408,13 @@ function sourceforge_getLink(version, sc
        sf_link = mirrorbrain_link.replace(MIRROR_MIRRORBRAIN_URL, 
MIRROR_SOURCEFORGE_URL) + '/download';
        return sf_link;
 }
-/*
+
 function apache_getLink(version, schema) {
        var mirrorbrain_link = mirrorbrain_getLink(version, schema);
-       sf_link = mirrorbrain_link.replace(MIRROR_MIRRORBRAIN_URL, 
MIRROR_SOURCEFORGE_URL) + '/download';
+       apache_link = mirrorbrain_link.replace(MIRROR_MIRRORBRAIN_URL, 
MIRROR_APACHE_REF) ;
        return sf_link;
 }
-*/
+
 
 /*
  * get link


Reply via email to