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

cvs commit: jakarta-avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl ResourceLimitingThreadPool.java

bloritsch    2002/07/30 07:12:35

  Modified:    thread   default.properties
               thread/src/java/org/apache/avalon/excalibur/thread/impl
                        ResourceLimitingThreadPool.java
  Log:
  update thread and make it compile
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-avalon-excalibur/thread/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/default.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- default.properties	25 Apr 2002 02:29:41 -0000	1.8
  +++ default.properties	30 Jul 2002 14:12:35 -0000	1.9
  @@ -35,7 +35,7 @@
   # ----- Excalibur instrument, version 0.1 or later -----
   excalibur-instrument.home=${basedir}/../instrument/dist
   excalibur-instrument.lib=${excalibur-instrument.home}
  -excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.1.jar
  +excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.2.jar
   
   # ----- Logkit -----
   logkit.home=${basedir}/../../jakarta-avalon-logkit
  
  
  
  1.5       +3 -3      jakarta-avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java
  
  Index: ResourceLimitingThreadPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ResourceLimitingThreadPool.java	13 May 2002 12:17:38 -0000	1.4
  +++ ResourceLimitingThreadPool.java	30 Jul 2002 14:12:35 -0000	1.5
  @@ -7,8 +7,8 @@
    */
   package org.apache.avalon.excalibur.thread.impl;
   
  -import org.apache.avalon.excalibur.instrument.Instrument;
  -import org.apache.avalon.excalibur.instrument.Instrumentable;
  +import org.apache.excalibur.instrument.Instrument;
  +import org.apache.excalibur.instrument.Instrumentable;
   import org.apache.avalon.excalibur.pool.ObjectFactory;
   import org.apache.avalon.excalibur.pool.ResourceLimitingPool;
   import org.apache.avalon.excalibur.thread.ThreadControl;
  
  
  

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