dblevins    2005/08/30 00:46:33

  Modified:    examples/moviefun project.xml
  Log:

  Workaround for a classloader issue in CMP Container
  
  Revision  Changes    Path
  1.2       +3 -3      openejb1/examples/moviefun/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb1/examples/moviefun/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       28 Aug 2005 08:49:56 -0000      1.1
  +++ project.xml       30 Aug 2005 04:46:33 -0000      1.2
  @@ -9,7 +9,7 @@
       <!-- Module Identification -->
       <!-- ===================== -->
   
  -    <name>Demo :: Movie Fun Application</name>
  +    <name>Examples :: Movie Fun Application</name>
       <id>moviefun</id>
       <shortDescription></shortDescription>
       <description></description>
  @@ -32,7 +32,7 @@
           <dependency>
               <groupId>openejb</groupId>
               <artifactId>openejb-loader</artifactId>
  -            <version>1.0-SNAPSHOT</version>
  +            <version>1.0-beta1</version>
               <properties>
                   <war.bundle>true</war.bundle>
               </properties>
  
  
  

Reply via email to