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:27 UTC

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

leif        02/04/09 22:34:27

  Modified:    thread   ant.properties.sample build.xml
  Log:
  Modify ResourceLimitingPool to implement Instrumentable.
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-avalon-excalibur/thread/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ant.properties.sample	9 Apr 2002 11:32:12 -0000	1.3
  +++ ant.properties.sample	10 Apr 2002 05:34:27 -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/09 11:32:12 donaldp Exp $
  +# $Id: ant.properties.sample,v 1.4 2002/04/10 05:34:27 leif Exp $
   # -----------------------------------------------------------------------------
   
   # ----- Compile Control Flags -----
  @@ -38,13 +38,13 @@
   excalibur-threadcontext.home=../threadcontext/build/lib
   excalibur-threadcontext.jar=${excalibur-threadcontext.home}/excalibur-threadcontext-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=../pool/build/lib
   excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.0.jar
  -
  -# ----- Excalibur Thread -----
  -excalibur-thread.home=../thread/build/lib
  -excalibur-thread.jar=${excalibur-thread.home}/excalibur-thread-1.0.jar
   
   # ----- Excalibur Util -----
   excalibur-util.home=../util/build/lib
  
  
  
  1.8       +1 -0      jakarta-avalon-excalibur/thread/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	9 Apr 2002 10:30:44 -0000	1.7
  +++ build.xml	10 Apr 2002 05:34:27 -0000	1.8
  @@ -16,6 +16,7 @@
           <pathelement location="${avalon-logkit.jar}"/>
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-threadcontext.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>