You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/06/16 11:07:03 UTC

cvs commit: jakarta-avalon-phoenix build.xml

donaldp     2002/06/16 02:07:03

  Modified:    .        build.xml
  Log:
  Integrate checkstyle into normal build process.
  
  Revision  Changes    Path
  1.134     +1 -1      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- build.xml	11 Jun 2002 11:38:45 -0000	1.133
  +++ build.xml	16 Jun 2002 09:07:03 -0000	1.134
  @@ -169,7 +169,7 @@
   
   
       <!-- Compiles the source code -->
  -    <target name="compile" depends="prepare" description="compiles the source code">
  +    <target name="compile" depends="prepare,checkstyle" description="compiles the source code">
   
           <mkdir dir="${build.classes}"/>
   
  
  
  

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