djencks     2004/07/18 18:32:18

  Modified:    modules/core project.xml
  Log:

  Add timer support to session and mdbs. (entities still todo). Adapt to 
TransactionContextManager. Adapt to deploying with external plan.
  
  Revision  Changes    Path
  1.25      +10 -1     openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       15 Jul 2004 03:35:01 -0000      1.24
  +++ project.xml       18 Jul 2004 22:32:18 -0000      1.25
  @@ -112,6 +112,15 @@
   
           <dependency>
               <groupId>geronimo</groupId>
  +            <artifactId>geronimo-timer</artifactId>
  +            <version>1.0-SNAPSHOT</version>
  +            <properties>
  +                <runtime>true</runtime>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
               <artifactId>geronimo-transaction</artifactId>
               <version>1.0-SNAPSHOT</version>
               <properties>
  
  
  

Reply via email to