You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/01/20 23:54:08 UTC

svn commit: r1435994 - /any23/trunk/mime/src/main/resources/org/apache/any23/mime/tika-config.xml

Author: ansell
Date: Sun Jan 20 22:54:08 2013
New Revision: 1435994

URL: http://svn.apache.org/viewvc?rev=1435994&view=rev
Log:
ANY23-26 : Fix mimetypes repository resource in tika-config.xml

Modified:
    any23/trunk/mime/src/main/resources/org/apache/any23/mime/tika-config.xml

Modified: any23/trunk/mime/src/main/resources/org/apache/any23/mime/tika-config.xml
URL: http://svn.apache.org/viewvc/any23/trunk/mime/src/main/resources/org/apache/any23/mime/tika-config.xml?rev=1435994&r1=1435993&r2=1435994&view=diff
==============================================================================
--- any23/trunk/mime/src/main/resources/org/apache/any23/mime/tika-config.xml (original)
+++ any23/trunk/mime/src/main/resources/org/apache/any23/mime/tika-config.xml Sun Jan 20 22:54:08 2013
@@ -16,5 +16,5 @@
   limitations under the License.
 -->
 <properties>
-    <mimeTypeRepository resource="/org/apache/any23/mime/any23-tika-1.2-mimetypes.xml" magic="false"/>
+    <mimeTypeRepository resource="/org/apache/any23/mime/mimetypes.xml" magic="false"/>
 </properties>
\ No newline at end of file