[jboss-cvs] jbosstest ...

Anil Saldhana anil.saldhana at jboss.com
Thu Jul 20 14:30:12 EDT 2006


  User: asaldhana
  Date: 06/07/20 14:30:12

  Modified:    jbosstest  build.xml
  Log:
  JBQA-393: Copy the ejb3.deployer directory to the tomcat-webctx configuration
  
  Revision  Changes    Path
  1.589     +2 -1      jbosstest/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.588
  retrieving revision 1.589
  diff -u -b -r1.588 -r1.589
  --- build.xml	20 Jul 2006 18:10:56 -0000	1.588
  +++ build.xml	20 Jul 2006 18:30:12 -0000	1.589
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.588 2006/07/20 18:10:56 asaldhana Exp $ -->
  +<!-- $Id: build.xml,v 1.589 2006/07/20 18:30:12 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -1102,6 +1102,7 @@
              <include name="conf/**"/>
              <include name="deploy/jbossweb*.sar/**"/>
              <include name="deploy/jmx-invoker-service.xml"/>
  +           <include name="deploy/ejb3.deployer/**"/>
              <include name="lib/**"/>
            </patternset>
         </create-config>
  
  
  



More information about the jboss-cvs-commits mailing list