Author: jleroux
Date: Tue Jul 19 16:23:40 2016
New Revision: 1753401
URL:
http://svn.apache.org/viewvc?rev=1753401&view=revLog:
The mime type is plain not xml (error in previous commit)
Modified:
ofbiz/site/svn/config
Modified: ofbiz/site/svn/config
URL:
http://svn.apache.org/viewvc/ofbiz/site/svn/config?rev=1753401&r1=1753400&r2=1753401&view=diff==============================================================================
--- ofbiz/site/svn/config (original)
+++ ofbiz/site/svn/config Tue Jul 19 16:23:40 2016
@@ -107,7 +107,7 @@ enable-auto-props = yes
*.html = svn:mime-type=text/html;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
*.htm = svn:mime-type=text/html;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
*.css = svn:mime-type=text/css;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
-*.gradle = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
+*.gradle = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
*.dsp = svn:eol-style=CRLF
*.bat = svn:eol-style=CRLF
*.dsw = svn:eol-style=CRLF