felipeal 2004/11/08 14:07:35
Modified: . checkstyle.xml
Log:
CACTUS-143: changed lineSeparator property, so cactus compiles under cygwin
Revision Changes Path
1.22 +4 -1 jakarta-cactus/checkstyle.xml
Index: checkstyle.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/checkstyle.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- checkstyle.xml 29 Feb 2004 10:22:23 -0000 1.21
+++ checkstyle.xml 8 Nov 2004 22:07:35 -0000 1.22
@@ -6,7 +6,10 @@
<!-- Checkstyle properties for Cactus projects -->
<module name="Checker">
- <module name="NewlineAtEndOfFile"/>
+
+<module name="NewlineAtEndOfFile">
+ <property name="lineSeparator" value="lf"/>
+</module>
<module name="TreeWalker">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]