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

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

leif        02/04/09 22:34:48

  Modified:    component ant.properties.sample build.xml
  Log:
  Modify ResourceLimitingPool to implement Instrumentable.
  
  Revision  Changes    Path
  1.4       +5 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ant.properties.sample	8 Apr 2002 10:32:08 -0000	1.3
  +++ ant.properties.sample	10 Apr 2002 05:34:48 -0000	1.4
  @@ -10,7 +10,7 @@
   # It is overridden by ../ant.properties and ~/build.properties
   # It overrides all default.properties files and ~/.ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/04/08 10:32:08 jefft Exp $
  +# $Id: ant.properties.sample,v 1.4 2002/04/10 05:34:48 leif Exp $
   # -----------------------------------------------------------------------------
   
   # ----- Compile Control Flags -----
  @@ -39,6 +39,10 @@
   excalibur-logger.home=${avalon-excalibur.home}/logger
   excalibur-logger.lib=${excalibur-logger.home}/build/lib
   excalibur-logger.jar=${excalibur-logger.home}/excalibur-logger-1.0.jar
  +
  +# ----- Excalibur Instrument -----
  +excalibur-instrument.home=../instrument/build/lib
  +excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.1.jar
   
   # ----- Excalibur Pool -----
   excalibur-pool.home=${avalon-excalibur.home}/pool
  
  
  
  1.7       +1 -0      jakarta-avalon-excalibur/component/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	8 Apr 2002 12:15:40 -0000	1.6
  +++ build.xml	10 Apr 2002 05:34:48 -0000	1.7
  @@ -17,6 +17,7 @@
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${excalibur-logger.jar}"/>
  +        <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${excalibur-pool.jar}"/>
           <pathelement location="${junit.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
  
  
  

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