You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2002/03/23 14:18:36 UTC

cvs commit: jakarta-avalon-excalibur/template-product ant.properties.sample

jefft       02/03/23 05:18:36

  Modified:    template-product ant.properties.sample
  Log:
  Note that checkstyle is optional, not required, and document the do.checkstyle
  flag.
  
  Revision  Changes    Path
  1.2       +10 -2     jakarta-avalon-excalibur/template-product/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant.properties.sample	22 Mar 2002 12:26:57 -0000	1.1
  +++ ant.properties.sample	23 Mar 2002 13:18:35 -0000	1.2
  @@ -4,9 +4,9 @@
   # This is an example "ant.properties" file, used to customize building component
   # for your local environment.  It defines the location of all external
   # modules that the component depends on.  Copy this file to "ant.properties"
  -# in the top-level source directory, and customize it as needed.
  +# in the source directory, and customize it as needed.
   #
  -# $Id: ant.properties.sample,v 1.1 2002/03/22 12:26:57 donaldp Exp $
  +# $Id: ant.properties.sample,v 1.2 2002/03/23 13:18:35 jefft Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -29,7 +29,15 @@
   junit.jar=${junit.lib}/junit.jar
   
   
  +
  +# --------------------------------------------------
  +#                OPTIONAL LIBRARIES
  +# --------------------------------------------------
  +
   # ----- Checkstyle, version 2.1 or later -----
  +
  +# Uncomment the 'do.checkstyle' flag property to enable checkstyle
  +# do.checkstyle=
   checkstyle.home=${base.path}/checkstyle-2.1
   checkstyle.lib=${checkstyle.home}
   checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
  
  
  

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