Author: marcus
Date: Mon Jun 10 21:43:18 2013
New Revision: 1491613

URL: http://svn.apache.org/r1491613
Log:
Added the SVN revision as it is now used in the filenames for the source files

Modified:
    openoffice/ooo-site/trunk/content/download/test/globalvars.js

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars.js?rev=1491613&r1=1491612&r2=1491613&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Mon Jun 10 
21:43:18 2013
@@ -12,6 +12,7 @@
 
 // General variables for the most recent stable release
 var VERSION                    = "4.0.0";
+var SVN_REV                    = "r1234567890";
 // var MIRROR                  = "sourceforge";
 // var SCHEMA                  = "aoo";
 
@@ -24,8 +25,8 @@ var SDK_LANG                  = new Array( "en-US" );
 // Base URLs to the Sourceforge and Apache mirror server
 var SOURCEFORGE_BASE_URL       = 
"http://sourceforge.net/projects/openofficeorg.mirror/"; + VERSION + 
"/binaries/";
 var PEOPLE_BASE_URL            = "http://people.apache.org/~marcus/aoo/";       
          + VERSION;
-var APACHE_BASE_URL            = 
"http://www.apache.org/dyn/aoo-closer.cgi/aoo/";         + VERSION + 
"/binaries/";
-var APACHE_DIST_BASE_URL       = "http://www.apache.org/dist/aoo/";             
          + VERSION + "/source/";
+var APACHE_BASE_URL            = 
"http://www.apache.org/dyn/aoo-closer.cgi/aoo/";         + VERSION;
+var APACHE_DIST_BASE_URL       = "http://www.apache.org/dist/aoo/";             
          + VERSION;
 
 // Deprecated mirror server
 // var MIRROR_BOUNCER_URL      = "http://openoffice.bouncer.osuosl.org/";;


Reply via email to