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.4-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
commit a8265537e1db0439b563af22e24f87c4486474f6 Author: Felix Meschberger <[email protected]> AuthorDate: Thu Nov 6 04:26:23 2008 +0000 SLING-720 Use the semi-official text/x-java-source MIME type for .java files git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/mime@711769 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/META-INF/mime.types | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/mime.types b/src/main/resources/META-INF/mime.types index 17306aa..06730b9 100644 --- a/src/main/resources/META-INF/mime.types +++ b/src/main/resources/META-INF/mime.types @@ -114,7 +114,7 @@ model/vrml vrml wrl text/any any text/css css text/html html htm -text/plain txt asc log text apt esp ecma jsp java +text/plain txt asc log text apt esp ecma jsp text/richtext rtx text/rtf rtf text/sgml sgml sgm @@ -122,6 +122,7 @@ text/tab-separated-values tsv text/vnd.wap.wml wml text/vnd.wap.wmlscript wmls text/xml xml +text/x-java-source java text/x-setext etx video/mpeg mpeg mpg mpe video/quicktime qt mov -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
