[OFBiz] SVN: r7826 - trunk/applications/content/data

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Tue Jun 20 12:32:10 CDT 2006


Author: sichen
Date: 2006-06-20 12:32:01 -0500 (Tue, 20 Jun 2006)
New Revision: 7826

Modified:
   trunk/applications/content/data/MimeTypeData.xml
Log:
New CSV mime type, based on bug reported by BJ Freeman on Apache OFBIZ-35

Modified: trunk/applications/content/data/MimeTypeData.xml
===================================================================
--- trunk/applications/content/data/MimeTypeData.xml	2006-06-20 17:03:38 UTC (rev 7825)
+++ trunk/applications/content/data/MimeTypeData.xml	2006-06-20 17:32:01 UTC (rev 7826)
@@ -64,6 +64,7 @@
     <MimeType mimeTypeId="text/rtf" description="RTF Rich Text"/>
     <MimeType mimeTypeId="text/tab-separated-values" description="Tab Separated Value Text"/>
     <MimeType mimeTypeId="text/css" description="CSS Text"/>
+    <MimeType mimeTypeId="text/csv" description="Comma Separated Value Text"/>
     <MimeType mimeTypeId="text/html" description="HTML Text"/>
     <MimeType mimeTypeId="text/sgml" description="SGML Text"/>
     <MimeType mimeTypeId="text/xml" description="XML Text"/>



More information about the Svn mailing list