[jboss-cvs] jbosstest/imports/sections ...

Scott Stark scott.stark at jboss.com
Mon Jul 24 11:58:08 EDT 2006


  User: starksm 
  Date: 06/07/24 11:58:08

  Modified:    imports/sections  deployers.xml
  Log:
  JBAS-3411, add support for ear deployments without application.xml
  
  Revision  Changes    Path
  1.4       +10 -0     jbosstest/imports/sections/deployers.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deployers.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/imports/sections/deployers.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- deployers.xml	19 Jan 2006 12:09:43 -0000	1.3
  +++ deployers.xml	24 Jul 2006 15:58:08 -0000	1.4
  @@ -160,6 +160,16 @@
            </fileset>
         </jar>
         
  +      <!-- Ear without application.xml -->
  +      <jar destfile="${build.lib}/testdeployers-ear-noappxml.ear">
  +         <fileset dir="${build.lib}">
  +            <include name="testdeployers-bean1ejb.jar"/>
  +            <include name="testdeployers-web1.war"/>
  +            <include name="testdeployers-mcf1.rar"/>
  +            <include name="testdeployers-client1.jar"/>
  +         </fileset>
  +      </jar>
  +
         <mkdir dir="${build.lib}/unpacked-ear1.ear"/>
         <unzip dest="${build.lib}/unpacked-ear1.ear"
            src="${build.lib}/testdeployers-ear1.ear">
  
  
  



More information about the jboss-cvs-commits mailing list