This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.mime-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
commit beb3f70a12f0bd25a0d28ffed8e4b0f99c363981 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Mar 3 10:00:09 2008 +0000 Add json to mime type list. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/mime@633017 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/META-INF/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/mime.types b/src/main/resources/META-INF/mime.types index 92340e2..5d9c814 100644 --- a/src/main/resources/META-INF/mime.types +++ b/src/main/resources/META-INF/mime.types @@ -46,6 +46,7 @@ application/x-gtar gtar application/x-gzip gz tgz application/x-hdf hdf application/x-javascript js +application/json json application/x-koan skd skm skp skt application/x-latex latex application/x-netcdf cdf nc -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
