Author: marcus
Date: Mon Mar 10 15:27:04 2014
New Revision: 1575971
URL: http://svn.apache.org/r1575971
Log:
Removed hacks to workaround a source + hash file problem
Modified:
openoffice/ooo-site/trunk/content/download/download_other.js
Modified: openoffice/ooo-site/trunk/content/download/download_other.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download_other.js?rev=1575971&r1=1575970&r2=1575971&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/download_other.js Mon Mar 10
15:27:04 2014
@@ -39,7 +39,6 @@ function write_table( rel_mode ) {
var URL_SDK = PEOPLE_BASE_URL + "/binaries/SDK/" + AOO_SDK
+ VERSION;
var URL_SRC = PEOPLE_BASE_URL + "/source/" + AOO_SRC +
VERSION + "-beta-" + SVN_REV + "-src";
*/
-
} else {
// Beta release mode
BETA_VERSION = "4.1.0";
@@ -51,13 +50,11 @@ function write_table( rel_mode ) {
SDK_LANG = BETA_SDK_LANG;
var AOO = "Apache_OpenOffice_Beta_";
var AOO_SDK = "Apache_OpenOffice_Beta-SDK_";
- var AOO_SRC = "source/apache-openoffice-" + BETA_VERSION +
"-beta-" + SVN_REV + "-src";
+ var AOO_SRC = "/source/apache-openoffice-" + BETA_VERSION +
"-beta-" + SVN_REV + "-src";
var URL_AOO = SOURCEFORGE_BASE_URL_BETA;
var URL_SDK = SOURCEFORGE_BASE_URL_BETA + "SDK/" + AOO_SDK
+ BETA_VERSION;
-// var URL_SRC = APACHE_DIST_BASE_URL_BETA + AOO_SRC;
- var URL_SRC =
"http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" +
BETA_VERSION + "-beta/" + AOO_SRC;
+ var URL_SRC = APACHE_DIST_BASE_URL_BETA + AOO_SRC;
var URL_HASH = APACHE_DIST_BASE_URL_BETA;
-// var URL_HASH =
"http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" +
BETA_VERSION + "-beta/";
// Debug: Uncomment to use different base URLs
/*