TIKA-87: MimeTypes should allow modification of MIME types
commit3c783811c34e30d41e2336eca969266257906ae7
authorJukka Lauri Zitting <jukka@apache.org>
Mon, 5 May 2008 18:15:10 +0000 (5 18:15 +0000)
committerJukka Lauri Zitting <jukka@apache.org>
Mon, 5 May 2008 18:15:10 +0000 (5 18:15 +0000)
tree20a5874273ccbc85b72a81e701cfb7bd406e5c12
parent8bf805449ebd76d938e84d8601308a8f06114635
TIKA-87: MimeTypes should allow modification of MIME types
TIKA-89: Rename MimeType and MimeTypes
    - Trying to decouple the MIME type registry from Tika configuration
    - Work in progress

git-svn-id: https://svn.eu.apache.org/repos/asf/incubator/tika/trunk@653548 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/tika/mime/MediaType.java [new file with mode: 0644]
src/main/java/org/apache/tika/mime/MediaTypeRegistry.java [new file with mode: 0644]
src/test/java/org/apache/tika/mime/MediaTypeTest.java [new file with mode: 0644]