You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/03/14 19:29:14 UTC

cvs commit: avalon-excalibur/pool/instrumented project.properties .cvsignore

mcconnell    2004/03/14 10:29:14

  Modified:    pool/api/src/java/org/apache/avalon/excalibur/pool
                        ObjectFactory.java Pool.java
               pool/impl .cvsignore
               pool/instrumented .cvsignore
  Added:       pool/impl project.properties
               pool/instrumented project.properties
  Log:
  Houekeeping.
  
  Revision  Changes    Path
  1.2       +1 -4      avalon-excalibur/pool/api/src/java/org/apache/avalon/excalibur/pool/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/api/src/java/org/apache/avalon/excalibur/pool/ObjectFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ObjectFactory.java	14 Mar 2004 18:01:43 -0000	1.1
  +++ ObjectFactory.java	14 Mar 2004 18:29:14 -0000	1.2
  @@ -16,8 +16,6 @@
    */
   package org.apache.avalon.excalibur.pool;
   
  -import org.apache.avalon.framework.component.Component;
  -
   /**
    * This is the interface for factory that is used to create objects for Pool.
    *
  @@ -26,7 +24,6 @@
    * @since 4.0
    */
   public interface ObjectFactory
  -    extends Component
   {
       Object newInstance() throws Exception;
   
  
  
  
  1.2       +1 -4      avalon-excalibur/pool/api/src/java/org/apache/avalon/excalibur/pool/Pool.java
  
  Index: Pool.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/api/src/java/org/apache/avalon/excalibur/pool/Pool.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Pool.java	14 Mar 2004 18:01:43 -0000	1.1
  +++ Pool.java	14 Mar 2004 18:29:14 -0000	1.2
  @@ -16,8 +16,6 @@
    */
   package org.apache.avalon.excalibur.pool;
   
  -import org.apache.avalon.framework.component.Component;
  -
   /**
    * This is an <code>Pool</code> that caches Poolable objects for reuse.
    *
  @@ -26,7 +24,6 @@
    * @since 4.0
    */
   public interface Pool
  -    extends Component
   {
       Poolable get() throws Exception;
   
  
  
  
  1.2       +2 -0      avalon-excalibur/pool/impl/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/impl/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	14 Mar 2004 18:01:43 -0000	1.1
  +++ .cvsignore	14 Mar 2004 18:29:14 -0000	1.2
  @@ -6,3 +6,5 @@
   excalibur-*
   *.el
   *.ipr
  +*.log
  +target
  \ No newline at end of file
  
  
  
  1.1                  avalon-excalibur/pool/impl/project.properties
  
  Index: project.properties
  ===================================================================
  maven.compile.deprecation = true
  
  
  
  1.2       +2 -0      avalon-excalibur/pool/instrumented/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/instrumented/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	14 Mar 2004 18:01:44 -0000	1.1
  +++ .cvsignore	14 Mar 2004 18:29:14 -0000	1.2
  @@ -6,3 +6,5 @@
   excalibur-*
   *.el
   *.ipr
  +*.log
  +target
  
  
  
  1.1                  avalon-excalibur/pool/instrumented/project.properties
  
  Index: project.properties
  ===================================================================
  maven.compile.deprecation = true
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org