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/79ac93f8 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/79ac93f8 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/79ac93f8 Branch: refs/heads/master Commit: 79ac93f85a2a1f43e1a348c133fda77c27237894 Parents: 0619427 Author: Peter Ansell <[email protected]> Authored: Mon Jan 21 09:54:16 2013 +1000 Committer: Peter Ansell <[email protected]> Committed: Wed Jun 26 10:06:32 2013 +1000 ---------------------------------------------------------------------- mime/src/main/resources/org/apache/any23/mime/mimetypes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/79ac93f8/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">
