Author: jukka
Date: Thu Feb 18 15:47:46 2010
New Revision: 911452

URL: http://svn.apache.org/viewvc?rev=911452&view=rev
Log:
TIKA-378: TikaConfig should notify users if it cannot initialize some parser

Add package format details discovered during the TIKA-378 work

Modified:
    
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml

Modified: 
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
URL: 
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml?rev=911452&r1=911451&r2=911452&view=diff
==============================================================================
--- 
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
 (original)
+++ 
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
 Thu Feb 18 15:47:46 2010
@@ -2198,7 +2198,11 @@
 
   <mime-type type="application/x-cpio">
     <magic priority="50">
-      <match value="070707" type="host16" offset="0"/>
+      <match value="070707" type="little16" offset="0"/>
+      <match value="070707" type="big16" offset="0"/>
+      <match value="070707" type="string" offset="0"/>
+      <match value="070701" type="string" offset="0"/>
+      <match value="070702" type="string" offset="0"/>
     </magic>
     <glob pattern="*.cpio"/>
   </mime-type>


Reply via email to