You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/08 15:45:25 UTC

cvs commit: jakarta-cactus/framework build.xml

vmassol     2002/07/08 06:45:25

  Modified:    anttasks build.xml
               framework build.xml
  Log:
  update for new checkstyle version
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-cactus/anttasks/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	30 May 2002 19:41:42 -0000	1.20
  +++ build.xml	8 Jul 2002 13:45:25 -0000	1.21
  @@ -253,7 +253,7 @@
               publicMemberPattern="^[a-z][a-zA-Z0-9]*$"
               headerFile="./LICENSE.cactus"
               failOnViolation="true"
  -            ignoreOpWrap="true"
  +            wrapOp="ignore"
               cacheFile="${target.dir}/checkstyle.cache">
   
               <fileset dir="${src.java.dir}">
  
  
  
  1.15      +1 -1      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	12 Jun 2002 20:31:54 -0000	1.14
  +++ build.xml	8 Jul 2002 13:45:25 -0000	1.15
  @@ -548,7 +548,7 @@
               publicMemberPattern="^[a-z][a-zA-Z0-9]*$"
               headerFile="./LICENSE.cactus"
               failOnViolation="true"
  -            ignoreOpWrap="true"
  +            wrapOp="ignore"
               cacheFile="${target.dir}/checkstyle.cache">
   
               <fileset dir="${src.java.dir}">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>