Author: struberg
Date: Mon Feb 27 12:33:03 2017
New Revision: 1784548

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

Modified:
    openjpa/branches/2.4.x/openjpa-project/checkstyle.xml

Modified: openjpa/branches/2.4.x/openjpa-project/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/checkstyle.xml?rev=1784548&r1=1784547&r2=1784548&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/checkstyle.xml (original)
+++ openjpa/branches/2.4.x/openjpa-project/checkstyle.xml Mon Feb 27 12:33:03 
2017
@@ -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">


Reply via email to