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/02/05 20:12:06 UTC

cvs commit: avalon/merlin/kernel/impl project.xml

mcconnell    2004/02/05 11:12:06

  Modified:    merlin/activation/impl/src/java/org/apache/avalon/activation/lifestyle/impl
                        ThreadLifestyleHandler.java
               merlin/kernel/impl project.xml
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.7       +2 -2      avalon/merlin/activation/impl/src/java/org/apache/avalon/activation/lifestyle/impl/ThreadLifestyleHandler.java
  
  Index: ThreadLifestyleHandler.java
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/activation/impl/src/java/org/apache/avalon/activation/lifestyle/impl/ThreadLifestyleHandler.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ThreadLifestyleHandler.java	24 Jan 2004 23:25:22 -0000	1.6
  +++ ThreadLifestyleHandler.java	5 Feb 2004 19:12:05 -0000	1.7
  @@ -58,7 +58,7 @@
               {
                   final String error = 
                     "Unable to establish thread local variable.";
  -                throw new LifecycleRuntimeException( error );
  +                throw new LifecycleRuntimeException( error, e );
               }
           }
       }
  
  
  
  1.22      +8 -0      avalon/merlin/kernel/impl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/impl/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	4 Feb 2004 18:15:14 -0000	1.21
  +++ project.xml	5 Feb 2004 19:12:05 -0000	1.22
  @@ -223,6 +223,14 @@
           <avalon.classloader>api</avalon.classloader>
         </properties>
       </dependency>
  +    <dependency>
  +      <groupId>avalon-http</groupId>
  +      <artifactId>avalon-http-api</artifactId>
  +      <version>1.0-SNAPSHOT</version>
  +      <properties>
  +        <avalon.classloader>api</avalon.classloader>
  +      </properties>
  +    </dependency>
   
     </dependencies>
     
  
  
  

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