Author: kkolinko Date: Wed Jun 27 14:44:25 2018 New Revision: 1834507 URL: http://svn.apache.org/viewvc?rev=1834507&view=rev Log: Followup to the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=53387 Set property svn:eol-style=native on a .shtml file, and add its extension to the "text.files" patterns in build.xml so that fixcrlf processes this file when packing Tomcat sources during a release.
Modified: tomcat/trunk/build.xml tomcat/trunk/test/webapp/bug5nnnn/bug53387.shtml (props changed) Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1834507&r1=1834506&r2=1834507&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Wed Jun 27 14:44:25 2018 @@ -287,6 +287,7 @@ <include name="**/*.project"/> <include name="**/*.properties"/> <include name="**/*.properties.default"/> + <include name="**/*.shtml"/> <include name="**/*.svg"/> <include name="**/*.tag"/> <include name="**/*.tagx"/> Propchange: tomcat/trunk/test/webapp/bug5nnnn/bug53387.shtml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org