You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2013/02/09 19:24:05 UTC

svn commit: r1444406 - in /tika/trunk: CHANGES.txt tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml

Author: mattmann
Date: Sat Feb  9 18:24:05 2013
New Revision: 1444406

URL: http://svn.apache.org/r1444406
Log:
fix for TIKA-1081 Error in specification of glob pattern for awk files identified by Giuseppe Totaro

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

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1444406&r1=1444405&r2=1444406&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Sat Feb  9 18:24:05 2013
@@ -1,5 +1,8 @@
 Release 1.4 Current Development
 
+  * Addressed a typographic error that was preventing from detection of 
+    awk files (TIKA-1081).
+
   * Added a new end-point to Tika's JAX-RS REST server that only detects
     the media-type based on a small portion of the document submitted
    (TIKA-1047).

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=1444406&r1=1444405&r2=1444406&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  9 18:24:05 2013
@@ -4684,7 +4684,7 @@
       <match value="#!/usr/bin/awk" type="string" offset="0"/>
       <match value="#! /usr/bin/awk" type="string" offset="0"/>
     </magic>
-    <glob pattenr="*.awk"/>
+    <glob pattern="*.awk"/>
     <sub-class-of type="text/plain"/>
   </mime-type>