modify N3 mimetype to match current W3C team submission
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/9cb89856 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/9cb89856 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/9cb89856 Branch: refs/heads/ANY23-141 Commit: 9cb8985691ce8a3e37ec8b780c4a9eb5465726d2 Parents: 9d2c180 Author: Peter Ansell <[email protected]> Authored: Mon Jan 21 09:54:16 2013 +1000 Committer: Peter Ansell <[email protected]> Committed: Fri Apr 19 13:21:45 2013 +1000 ---------------------------------------------------------------------- .../resources/org/apache/any23/mime/mimetypes.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/9cb89856/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml ---------------------------------------------------------------------- diff --git a/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml b/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml index 0ef6e0c..f2e8457 100644 --- a/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml +++ b/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml @@ -25,8 +25,8 @@ <!-- BEGIN: Any23 Semantic Web document mime types. --> <!-- N3 --> - <mime-type type="text/rdf+n3"> - <alias type="text/n3" /> + <mime-type type="text/n3"> + <alias type="text/rdf+n3" /> <alias type="application/n3" /> <glob pattern="*.n3" /> <magic priority="50">
