vmassol     02/04/14 03:47:31

  Modified:    anttasks build.xml
  Log:
  improved line length ignore pattern
  
  Revision  Changes    Path
  1.14      +1 -1      jakarta-cactus/anttasks/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 13 Apr 2002 16:57:03 -0000      1.13
  +++ build.xml 14 Apr 2002 10:47:31 -0000      1.14
  @@ -249,7 +249,7 @@
               allowPackage="false"
               allowNoAuthor="false"
               maxLineLen="80"
  -            ignoreLineLengthPattern="@version.*\$Id"
  +            ignoreLineLengthPattern="(@version.*\$Id|@see)"
               ignoreImportLen="true"
               maxMethodLen="100"
               maxConstructorLen="100"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to