djencks     2004/05/31 12:31:46

  Modified:    modules/core project.xml
  Log:

  Eliminate two threadlocals.  Move more thread specific context information 
(unshareableResources and applicationManagedSecurityResources) into the 
InstanceContext.
  
  Revision  Changes    Path
  1.21      +2 -1      openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml       19 May 2004 21:36:22 -0000      1.20
  +++ project.xml       31 May 2004 16:31:46 -0000      1.21
  @@ -38,6 +38,7 @@
               <version>1.0-DEV</version>
           </dependency>
   
  +        <!-- needed only for tests -->
           <dependency>
               <groupId>geronimo</groupId>
               <artifactId>geronimo-connector</artifactId>
  
  
  

Reply via email to