You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2015/02/07 14:27:42 UTC

svn commit: r1658056 - /tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml

Author: nick
Date: Sat Feb  7 13:27:42 2015
New Revision: 1658056

URL: http://svn.apache.org/r1658056
Log:
TIKA-1539 Fix indent, and move the GRIB and XQuery mime entries to the right place in the sorted list

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

Modified: tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml?rev=1658056&r1=1658055&r2=1658056&view=diff
==============================================================================
--- tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml (original)
+++ tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml Sat Feb  7 13:27:42 2015
@@ -3043,6 +3043,18 @@
     <glob pattern="*.gnumeric"/>
   </mime-type>
 
+  <mime-type type="application/x-grib">
+	 <acronym>GRIB</acronym>
+	 <_comment>General Regularly-distributed Information in Binary form</_comment>
+	 <tika:link>http://en.wikipedia.org/wiki/GRIB</tika:link>
+	 <magic priority="50">
+	   <match value="GRIB" type="string" offset="0"/>
+	 </magic>
+	 <glob pattern="*.grb"/>
+	 <glob pattern="*.grb1"/>
+	 <glob pattern="*.grb2"/>
+  </mime-type>
+  
   <mime-type type="application/x-gtar">
     <_comment>GNU tar Compressed File Archive (GNU Tape Archive)</_comment>
     <magic priority="50">
@@ -3397,6 +3409,13 @@
     <sub-class-of type="application/x-tika-msoffice"/>
   </mime-type>
 
+  <mime-type type="application/xquery">
+    <_comment>XQuery source code</_comment>
+    <glob pattern="*.xq"/>
+    <glob pattern="*.xquery"/>
+    <sub-class-of type="text/plain"/>
+  </mime-type>
+  
   <mime-type type="application/x-rar-compressed">
     <_comment>RAR archive</_comment>
     <alias type="application/x-rar"/>
@@ -6191,23 +6210,4 @@
     <sub-class-of type="text/plain"/>
   </mime-type>
 
-  <mime-type type="application/xquery">
-    <_comment>XQuery source code</_comment>
-    <glob pattern="*.xq"/>
-    <glob pattern="*.xquery"/>
-    <sub-class-of type="text/plain"/>
-  </mime-type>
-  
-  <mime-type type="application/x-grib">
-	<acronym>GRIB</acronym>
-	<_comment>General Regularly-distributed Information in Binary form</_comment>
-	<tika:link>http://en.wikipedia.org/wiki/GRIB</tika:link>
-	<magic priority="50">
-	<match value="GRIB" type="string" offset="0"/>
-	</magic>
-	<glob pattern="*.grb"/>
-	<glob pattern="*.grb1"/>
-	<glob pattern="*.grb2"/>
-  </mime-type>
-  
 </mime-info>