You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by rm...@apache.org on 2016/08/23 07:57:16 UTC

svn commit: r1757319 - /openjpa/trunk/openjpa-project/checkstyle.xml

Author: rmannibucau
Date: Tue Aug 23 07:57:16 2016
New Revision: 1757319

URL: http://svn.apache.org/viewvc?rev=1757319&view=rev
Log:
ensure checkstyle uses UNIx EOL to have a portable build on windows

Modified:
    openjpa/trunk/openjpa-project/checkstyle.xml

Modified: openjpa/trunk/openjpa-project/checkstyle.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/checkstyle.xml?rev=1757319&r1=1757318&r2=1757319&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/checkstyle.xml (original)
+++ openjpa/trunk/openjpa-project/checkstyle.xml Tue Aug 23 07:57:16 2016
@@ -18,7 +18,9 @@
 	we can remove this file and remove the reference from the pom.xml -->
 
 <module name="Checker">
-	<module name="NewlineAtEndOfFile" />
+	<module name="NewlineAtEndOfFile">
+		<property name="lineSeparator" value="lf"/>
+	</module>
 	<module name="TreeWalker">
 		<module name="FileContentsHolder" />
 		<module name="LineLength">