Author: marcus
Date: Tue Sep 10 21:19:28 2013
New Revision: 1521649
URL: http://svn.apache.org/r1521649
Log:
Deleted comma at the end of the array as it is wrong
Modified:
openoffice/ooo-site/trunk/content/download/test/release_matrix.js
Modified: openoffice/ooo-site/trunk/content/download/test/release_matrix.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/release_matrix.js?rev=1521649&r1=1521648&r2=1521649&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/release_matrix.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/release_matrix.js Tue Sep
10 21:19:28 2013
@@ -326,5 +326,5 @@ var release_aoo400_matrix = {
"9": ['Mac_x86_langpack', 'y', ' 13',
'Apache_OpenOffice_4.0.0_MacOS_x86_langpack_zh-CN.dmg'],
"10": ['Win_x86_install', 'y', '126',
'Apache_OpenOffice_4.0.0_Win_x86_install_zh-CN.exe'],
"11": ['Win_x86_langpack', 'y', ' 13',
'Apache_OpenOffice_4.0.0_Win_x86_langpack_zh-CN.exe']}
-}
+};