You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/08/24 04:36:31 UTC

svn commit: r1376812 - /db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml

Author: tfischer
Date: Fri Aug 24 02:36:31 2012
New Revision: 1376812

URL: http://svn.apache.org/viewvc?rev=1376812&view=rev
Log:
allow both windows and unix line feeds explicitly (depended on operation system before)

Modified:
    db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml

Modified: db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml?rev=1376812&r1=1376811&r2=1376812&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml (original)
+++ db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml Fri Aug 24 02:36:31 2012
@@ -65,7 +65,9 @@
 
     <!-- Checks whether files end with a new line.                        -->
     <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
-    <module name="NewlineAtEndOfFile"/>
+    <module name="NewlineAtEndOfFile">
+       <property name="lineSeparator" value="lf"/>
+    </module>
 
     <!-- Checks that property files contain the same keys.         -->
     <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->



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