You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/04 10:09:17 UTC

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

hammant     02/04/04 00:09:17

  Modified:    component ant.properties.sample
  Log:
  pool & logger deps in sample ant.props
  
  Revision  Changes    Path
  1.2       +9 -1      jakarta-avalon-excalibur/component/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant.properties.sample	4 Apr 2002 05:09:02 -0000	1.1
  +++ ant.properties.sample	4 Apr 2002 08:09:17 -0000	1.2
  @@ -9,7 +9,7 @@
   # The ant.properties values in this directory apply only to this component, and
   # override the defaults in ../ant.properties.
   #
  -# $Id: ant.properties.sample,v 1.1 2002/04/04 05:09:02 leif Exp $
  +# $Id: ant.properties.sample,v 1.2 2002/04/04 08:09:17 hammant Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  @@ -36,6 +36,14 @@
   # ----- Avalon Framework -----
   avalon-framework.home=../../jakarta-avalon/build/lib
   avalon-framework.jar=${avalon-framework.home}/avalon-framework.jar
  +
  +# ----- Excalibur Logger -----
  +excalibur-logger.home=../logger/build/lib
  +excalibur-logger.jar=${excalibur-logger.home}/excalibur-logger-1.0.jar
  +
  +# ----- Excalibur Pool -----
  +excalibur-pool.home=../pool/build/lib
  +excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.0.jar
   
   # ----- JUnit Unit Test Suite, version 3.7 or later -----
   junit.home=${base.path}/junit3.7
  
  
  

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