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 2010/02/09 15:29:20 UTC

svn commit: r908050 - /lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/tika-config.xml

Author: mattmann
Date: Tue Feb  9 14:29:19 2010
New Revision: 908050

URL: http://svn.apache.org/viewvc?rev=908050&view=rev
Log:
- fix for TIKA-376 Typo in parse-rtf spec in tika-config.xml

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

Modified: lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/tika-config.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/tika-config.xml?rev=908050&r1=908049&r2=908050&view=diff
==============================================================================
--- lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/tika-config.xml (original)
+++ lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/tika-config.xml Tue Feb  9 14:29:19 2010
@@ -64,7 +64,7 @@
                 <mime>application/x-asp</mime>
         </parser>
 
-        <parser mame="parse-rtf" class="org.apache.tika.parser.rtf.RTFParser">
+        <parser name="parse-rtf" class="org.apache.tika.parser.rtf.RTFParser">
                 <mime>application/rtf</mime>
         </parser>