[exo-jcr-commits] exo-jcr SVN: r2957 - in kernel: trunk/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 20 05:49:55 EDT 2010


Author: nzamosenchuk
Date: 2010-08-20 05:49:54 -0400 (Fri, 20 Aug 2010)
New Revision: 2957

Modified:
   kernel/branches/2.2.x/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties
   kernel/trunk/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties
Log:
EXOJCR-886: updating mimetypes for resolver

Modified: kernel/branches/2.2.x/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties
===================================================================
--- kernel/branches/2.2.x/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties	2010-08-19 17:18:39 UTC (rev 2956)
+++ kernel/branches/2.2.x/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties	2010-08-20 09:49:54 UTC (rev 2957)
@@ -20,6 +20,7 @@
 dir=application/x-director
 dms=application/octet-stream
 doc=application/msword
+docx=application/vnd.openxmlformats-officedocument.wordprocessingml.document
 dvi=application/x-dvi
 dxr=application/x-director
 ecma=text/qhtml
@@ -78,6 +79,7 @@
 pnm=image/x-portable-anymap
 ppm=image/x-portable-pixmap
 ppt=application/ppt
+pptx=application/vnd.openxmlformats-officedocument.presentationml.presentation
 properties=text/plain
 ps=application/postscript
 qhtml=text/qhtml
@@ -133,6 +135,7 @@
 wrl=model/vrml
 xbm=image/x-xbitmap
 xls=application/xls
+xlsx=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
 xml=text/xml
 xpdl=text/xml
 xpm=image/x-xpixmap

Modified: kernel/trunk/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties
===================================================================
--- kernel/trunk/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties	2010-08-19 17:18:39 UTC (rev 2956)
+++ kernel/trunk/exo.kernel.commons/src/main/resources/org/exoplatform/commons/utils/mimetypes.properties	2010-08-20 09:49:54 UTC (rev 2957)
@@ -20,6 +20,7 @@
 dir=application/x-director
 dms=application/octet-stream
 doc=application/msword
+docx=application/vnd.openxmlformats-officedocument.wordprocessingml.document
 dvi=application/x-dvi
 dxr=application/x-director
 ecma=text/qhtml
@@ -78,6 +79,7 @@
 pnm=image/x-portable-anymap
 ppm=image/x-portable-pixmap
 ppt=application/ppt
+pptx=application/vnd.openxmlformats-officedocument.presentationml.presentation
 properties=text/plain
 ps=application/postscript
 qhtml=text/qhtml
@@ -133,6 +135,7 @@
 wrl=model/vrml
 xbm=image/x-xbitmap
 xls=application/xls
+xlsx=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
 xml=text/xml
 xpdl=text/xml
 xpm=image/x-xpixmap



More information about the exo-jcr-commits mailing list