You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2017/07/24 11:58:04 UTC

svn commit: r1802796 - in /tomcat/trunk: CONTRIBUTING.md README.md build.xml

Author: kkolinko
Date: Mon Jul 24 11:58:04 2017
New Revision: 1802796

URL: http://svn.apache.org/viewvc?rev=1802796&view=rev
Log:
Markdown markup files are text. Set svn:eol-style=native on and add them to "text.files" in build.xml.

Modified:
    tomcat/trunk/CONTRIBUTING.md   (props changed)
    tomcat/trunk/README.md   (props changed)
    tomcat/trunk/build.xml

Propchange: tomcat/trunk/CONTRIBUTING.md
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/README.md
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1802796&r1=1802795&r2=1802796&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jul 24 11:58:04 2017
@@ -263,6 +263,7 @@
     <include name="**/*.launch"/>
     <include name="**/*.license"/>
     <include name="**/*.manifest"/>
+    <include name="**/*.md"/>
     <include name="**/*.mdl"/>
     <include name="**/*.MF"/>
     <include name="**/*.notice"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org