[jboss-cvs] jbosstest ...

Anil Saldhana anil.saldhana at jboss.com
Thu Jul 20 14:10:56 EDT 2006


  User: asaldhana
  Date: 06/07/20 14:10:56

  Modified:    jbosstest  build.xml
  Log:
  JBQA-393: Be explicit to copy jbossweb-tomcat6.sar
  
  Revision  Changes    Path
  1.588     +2 -2      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.587
  retrieving revision 1.588
  diff -u -b -r1.587 -r1.588
  --- build.xml	20 Jul 2006 17:22:12 -0000	1.587
  +++ build.xml	20 Jul 2006 18:10:56 -0000	1.588
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.587 2006/07/20 17:22:12 asaldhana Exp $ -->
  +<!-- $Id: build.xml,v 1.588 2006/07/20 18:10:56 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -1119,7 +1119,7 @@
         <create-config baseconf="default" newconf="tomcat-federation">
            <patternset>
               <include name="conf/**"/>
  -            <include name="deploy/jbossweb*.sar/**"/>
  +            <include name="deploy/jbossweb-tomcat6.sar/**"/>
               <include name="deploy/jmx-console.war/**"/>
               <include name="deploy/jmx-invoker-service.xml"/>
               <include name="deploy/ear-deployer.xml"/>
  
  
  



More information about the jboss-cvs-commits mailing list