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 2018/06/27 14:44:25 UTC

svn commit: r1834507 - in /tomcat/trunk: build.xml test/webapp/bug5nnnn/bug53387.shtml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1834507 - in /tomcat/trunk: build.xml test/webapp/bug5nnnn/bug53387.shtml

Posted by Mark Thomas <ma...@apache.org>.
On 27/06/18 15:44, kkolinko@apache.org wrote:
> 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.

Thanks.

Looks like my local svn config didn't get setup correctly when I moved
machines. I'll look at that shortly.

Mark


> 
> 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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


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