vmassol 2002/08/28 11:42:25
Modified: anttasks build.xml
Log:
update checkstyle properties to reflect newest coding conventions
Revision Changes Path
1.25 +2 -0 jakarta-cactus/anttasks/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 30 Jul 2002 20:17:18 -0000 1.24
+++ build.xml 28 Aug 2002 18:42:25 -0000 1.25
@@ -247,6 +247,8 @@
<checkstyle
lcurlyType="nl"
lcurlyMethod="nl"
+ lcurlyOther="nl"
+ rcurly="alone"
allowProtected="true"
ignoreLineLengthPattern="(@version.*\$Id|@see)"
paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>