vmassol 02/04/13 09:57:03
Modified: anttasks build.xml
Log:
corrected line length check (it is supposed to be 80) and added ignore for @version
lines
Revision Changes Path
1.13 +2 -1 jakarta-cactus/anttasks/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 10 Apr 2002 00:28:52 -0000 1.12
+++ build.xml 13 Apr 2002 16:57:03 -0000 1.13
@@ -248,7 +248,8 @@
allowProtected="true"
allowPackage="false"
allowNoAuthor="false"
- maxLineLen="100"
+ maxLineLen="80"
+ ignoreLineLengthPattern="@version.*\$Id"
ignoreImportLen="true"
maxMethodLen="100"
maxConstructorLen="100"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>