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.1.0-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
commit ea66d5151721ea85d2f9c46890e5bc56ca64778f Author: Felix Meschberger <[email protected]> AuthorDate: Mon May 18 07:01:12 2009 +0000 SLING-974 Add a note about not editing the core_mime.types file git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/commons/mime@775843 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/META-INF/core_mime.types | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/META-INF/core_mime.types b/src/main/resources/META-INF/core_mime.types index eb2e21c..a5eba4e 100644 --- a/src/main/resources/META-INF/core_mime.types +++ b/src/main/resources/META-INF/core_mime.types @@ -23,6 +23,13 @@ # http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types # Rev. 774215 # +# +# NOTE: Please do not edit this file other than syncing its content +# with the mime.types file from the Apache httpd project. +# To add SLING specific default mappings rather ammend the +# mime.types file. +# +# # See SLING-964 for more information # -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
