2015-03-13 23:03 GMT+03:00 Felix Schumacher <[email protected]>: > Am 13.03.2015 um 17:26 schrieb [email protected]: > >> Author: kkolinko >> Date: Fri Mar 13 16:26:24 2015 >> New Revision: 1666503 >> >> URL: http://svn.apache.org/r1666503 >> Log: >> Treat *.pem files (used in Tomcat test cases) as text. >> I set svn:eol-style and update "text.files" patterns in build.xml. >> >> Merged r1666494 from tomcat/trunk. >> >> Modified: >> tomcat/tc8.0.x/trunk/ (props changed) >> tomcat/tc8.0.x/trunk/build.xml >> >> tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/localhost-cert.pem >> (props changed) >> >> tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/localhost-key.pem >> (props changed) >> >> Propchange: tomcat/tc8.0.x/trunk/ >> >> >> Modified: tomcat/tc8.0.x/trunk/build.xml >> URL: >> http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.xml?rev=1666503&r1=1666502&r2=1666503&view=diff >> >> ============================================================================== >> --- tomcat/tc8.0.x/trunk/build.xml (original) >> +++ tomcat/tc8.0.x/trunk/build.xml Fri Mar 13 16:26:24 2015 >> @@ -273,6 +273,7 @@ >> <include name="**/*.MF"/> >> <include name="**/*.notice"/> >> <include name="**/*.nsi"/> >> + <include name="**/*.pem"/> > > This will make checkstyle freak out, since our pem has spaces at the end of > some lines. > Should we remove them? > > Regards > Felix
Thank you, I removed the trailing spaces. Sorry for the inconvenience. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
