ceki        2003/03/18 13:45:19

  Modified:    .        build.properties.sample build.xml
  Log:
  - Checkstyle task now checks files in  o.a.log4j and o.a.l.spi.
  - We now require checkstyle 3.0
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-log4j/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample   11 Mar 2003 03:42:24 -0000      1.8
  +++ build.properties.sample   18 Mar 2003 21:45:18 -0000      1.9
  @@ -20,7 +20,7 @@
   
   # Checkstyle OPTIONAL; required to run the checkstyle target
   # Available from http://checkstyle.sf.net
  -checkstyle.jar=/java/checkstyle-2.4/checkstyle-all-2.4.jar
  +checkstyle.jar=/java/checkstyle-3.0/checkstyle-all-3.0.jar
   
   # Jalopy OPTIONAL; required to run the jalpoy targets
   # Available from http://jalopy.sourceforge.net/
  
  
  
  1.57      +1 -0      jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml 18 Mar 2003 21:20:38 -0000      1.56
  +++ build.xml 18 Mar 2003 21:45:18 -0000      1.57
  @@ -287,6 +287,7 @@
     <!-- ================================================================= -->
     <fileset dir="${java.source.dir}" id="checkstyled_files">
        <include name="org/apache/log4j/*.java"/>
  +     <include name="org/apache/log4j/spi/*.java"/>
        <include name="**/plugins/*.java"/>
        <include name="**/chainsaw/*.java"/>
     </fileset>
  
  
  

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

Reply via email to