[jboss-cvs] jboss-ejb3 ...

Bill DeCoste bdecoste at jboss.com
Mon Jul 24 17:28:29 EDT 2006


  User: bdecoste
  Date: 06/07/24 17:28:29

  Modified:    jboss-ejb3   build-test.xml build.xml
  Log:
  MDB cleanup, standalone test for standard testcases, fixed class level @Resources jndi env bindings
  
  Revision  Changes    Path
  1.219     +4 -2      jboss-ejb3/build-test.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-test.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-ejb3/build-test.xml,v
  retrieving revision 1.218
  retrieving revision 1.219
  diff -u -b -r1.218 -r1.219
  --- build-test.xml	6 Jul 2006 14:28:36 -0000	1.218
  +++ build-test.xml	24 Jul 2006 21:28:29 -0000	1.219
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build-test.xml,v 1.218 2006/07/06 14:28:36 wolfc Exp $ -->
  +<!-- $Id: build-test.xml,v 1.219 2006/07/24 21:28:29 bdecoste Exp $ -->
   
   
   <project default="main" name="JBoss/EJB3 Tests">
  @@ -458,6 +458,7 @@
            <fileset dir="${build.lib}">
               <include name="jmsinflowmdb.jar"/>
               <include name="jcainflowmdb.jar"/>
  +            <include name="quartzmdb.jar"/>
            </fileset>
         </copy>
         
  @@ -2694,6 +2695,7 @@
         
         <mkdir dir="${build.lib}/embeddable/standalone/standard"/>
         <copy todir="${build.lib}/embeddable/standalone/standard" file="${build.resources}/test/standalone/standard/testjms.xml"/>
  +      <copy todir="${build.lib}/embeddable/standalone/standard" file="${build.resources}/test/standalone/standard/jca-inflowmdb-beans.xml"/>
   
         <mkdir dir="${build.lib}/embeddable/standalone/embeddedjms"/>
         <copy todir="${build.lib}/embeddable/standalone/embeddedjms" file="${build.resources}/test/standalone/embeddedjms/testjms.xml"/>
  
  
  
  1.87      +2 -2      jboss-ejb3/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-ejb3/build.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -b -r1.86 -r1.87
  --- build.xml	12 Jul 2006 14:14:55 -0000	1.86
  +++ build.xml	24 Jul 2006 21:28:29 -0000	1.87
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.86 2006/07/12 14:14:55 rloehr Exp $ -->
  +<!-- $Id: build.xml,v 1.87 2006/07/24 21:28:29 bdecoste Exp $ -->
   
   <project default="main" name="JBoss/EJB3">
   
  @@ -389,7 +389,7 @@
               <include name="org/jboss/ejb3/Container.class"/>
               <include name="org/jboss/ejb3/*ProxyFactory.class"/>
               <include name="org/jboss/ejb3/proxy/**/*.class"/>
  -            <include name="org/jboss/ejb3/ServiceServer*.class"/>
  +            <include name="org/jboss/ejb3/*ServiceServer*.class"/>
   
               <!-- EJBTHREE-485: include java assist proxy stuff -->
               <include name="org/jboss/ejb3/stateless/Javassist*.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list