svn commit: r1757468 - /ofbiz/site/svn/config

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1757468 - /ofbiz/site/svn/config

jleroux@apache.org
Author: jleroux
Date: Wed Aug 24 07:27:38 2016
New Revision: 1757468

URL: http://svn.apache.org/viewvc?rev=1757468&view=rev
Log:
Adds the *.less type
Generalizes rc.ofbiz
Groups svn:executable types (sh and bat)

Modified:
    ofbiz/site/svn/config

Modified: ofbiz/site/svn/config
URL: http://svn.apache.org/viewvc/ofbiz/site/svn/config?rev=1757468&r1=1757467&r2=1757468&view=diff
==============================================================================
--- ofbiz/site/svn/config (original)
+++ ofbiz/site/svn/config Wed Aug 24 07:27:38 2016
@@ -115,11 +115,12 @@ NOTICE       = svn:mime-type=text/plain;
 LICENSE      = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
 ant          = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
 ij.ofbiz     = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
-rc.ofbiz     = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
+rc.ofbiz.*   = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
+*.less       = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
 *.bat        = svn:mime-type=text/plain;svn:eol-style=native;svn:executable;svn:keywords="Date Rev Author URL Id"
+*.sh         = svn:mime-type=text/plain;svn:eol-style=native;svn:executable;svn:keywords="Date Rev Author URL Id"
 *.dsp        = svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
 *.dsw        = svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
-*.sh         = svn:eol-style=native;svn:executable;svn:keywords="Date Rev Author URL Id"
 *.png        = svn:mime-type=image/png;svn:keywords="Date Rev Author URL Id"
 *.jpg        = svn:mime-type=image/jpeg;svn:keywords="Date Rev Author URL Id"
 *.gif        = svn:mime-type=image/gif;svn:keywords="Date Rev Author URL Id"