Repository: tika Updated Branches: refs/heads/master de6dbd0a7 -> 740853183
TIKA-1971 - failed to revert earlier work on dbf - this is a clean up from the TIKA-1971. Thank you, Nick. Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/74085318 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/74085318 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/74085318 Branch: refs/heads/master Commit: 74085318373082e3b4662481eb78e62a07726ddc Parents: de6dbd0 Author: tballison <[email protected]> Authored: Wed May 18 07:00:42 2016 -0400 Committer: tballison <[email protected]> Committed: Wed May 18 07:00:42 2016 -0400 ---------------------------------------------------------------------- .../resources/org/apache/tika/mime/tika-mimetypes.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/74085318/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml ---------------------------------------------------------------------- diff --git a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml index 11b2c3f..ca9828c 100644 --- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml +++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml @@ -679,17 +679,6 @@ <sub-class-of type="text/plain"/> </mime-type> - <mime-type type="application/x-dbf"> - <_comment>DBF/dbase 3 File</_comment> - <magic priority="100"> - <match value="(?s)^[\x02\x03\x30\x31\x32\x43\x63\x83\x8B\xCB\xF5\xE5\xFB].[\x01-\x0C][\x01-\x1F].{4}(?:.[^\x00]|[\x41-\xFF].)(?:[^\x00\x01].|.[^\x00]).{31}([\x00][^\x00]{0,10})[BCDFGILMNOPQTVWXY@+]" type="regex" offset="0"/> - </magic> - <glob pattern="*.dbf"/> - <glob pattern="*.dbase"/> - <glob pattern="*.dbase3"/> - <sub-class-of type="text/plain"/> - </mime-type> - <mime-type type="application/rtx"/> <mime-type type="application/samlassertion+xml"/> <mime-type type="application/samlmetadata+xml"/>
