Author: tpalsulich
Date: Wed Apr 1 23:32:03 2015
New Revision: 1670800
URL: http://svn.apache.org/r1670800
Log:
Remove blacklist custom mimetypes.
Modified:
tika/trunk/tika-core/src/test/resources/org/apache/tika/mime/custom-mimetypes.xml
Modified:
tika/trunk/tika-core/src/test/resources/org/apache/tika/mime/custom-mimetypes.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-core/src/test/resources/org/apache/tika/mime/custom-mimetypes.xml?rev=1670800&r1=1670799&r2=1670800&view=diff
==============================================================================
---
tika/trunk/tika-core/src/test/resources/org/apache/tika/mime/custom-mimetypes.xml
(original)
+++
tika/trunk/tika-core/src/test/resources/org/apache/tika/mime/custom-mimetypes.xml
Wed Apr 1 23:32:03 2015
@@ -42,13 +42,4 @@
<match value="Hello, World!" type="string" offset="0:13" />
</magic>
</mime-type>
-
- <mime-type type="application/blacklist">
- <glob pattern="*.blacklist"/>
- <sub-class-of type="text/plain"/>
- </mime-type>
- <mime-type type="application/blacklist2">
- <glob pattern="*.blacklist2"/>
- <sub-class-of type="text/plain"/>
- </mime-type>
</mime-info>