You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/02/20 23:58:07 UTC

svn commit: r1570384 - /openoffice/ooo-site/trunk/content/download/test/globalvars.js

Author: marcus
Date: Thu Feb 20 22:58:06 2014
New Revision: 1570384

URL: http://svn.apache.org/r1570384
Log:
Restored 32-bit string for mac builds

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=1570384&r1=1570383&r2=1570384&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Thu Feb 20 22:58:06 2014
@@ -30,7 +30,7 @@ var BETA_REL_DATE		= "2014-Oct-01";
 var BETA_ACTIVE			= true;
 
 // Variables for the tables for the most recent stable release
-var PLATFORM			= new Array( "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", "MacOS_x86-64" );
+var PLATFORM			= new Array( "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", "MacOS_x86" );
 var FULL_LANG			= new Array( "ast","cs","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","hu","it","ja","km","ko","lt","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","tr","vi","zh-CN","zh-TW" );
 var LP_LANG			= new Array( "ast","cs","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","hu","it","ja","km","ko","lt","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","tr","vi","zh-CN","zh-TW" );
 var SDK_LANG			= new Array( "en-US" );