[jboss-cvs] JBossAS SVN: r64692 - trunk/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 18 17:17:43 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-18 17:17:43 -0400 (Sat, 18 Aug 2007)
New Revision: 64692

Modified:
   trunk/testsuite/imports/sections/deployers.xml
Log:
[JBAS-4548] Add a test for JBAS-4548

Modified: trunk/testsuite/imports/sections/deployers.xml
===================================================================
--- trunk/testsuite/imports/sections/deployers.xml	2007-08-18 21:16:00 UTC (rev 64691)
+++ trunk/testsuite/imports/sections/deployers.xml	2007-08-18 21:17:43 UTC (rev 64692)
@@ -244,6 +244,31 @@
          <fileset dir="${build.lib}/unpacked-mbean1.sar"/>
       </copy>
       
+      <!-- JBAS-4548 -->
+      
+      <!-- DATASOURCE -->
+      <copy tofile="${build.lib}/testdeployers-jbas4548-ds.xml"
+         file="${build.resources}/deployers/jbas4548-ds/jbas4548-ds.xml"/>
+      
+      <jar destfile="${build.lib}/testdeployers-jbas4548ejb.jar">
+         <fileset dir="${build.resources}/deployers/jbas4548-bean">
+            <include name="**/*.xml"/>
+         </fileset>
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/test/deployers/jbas4548/ejb/**"/>
+         </fileset>
+      </jar>
+      
+      <jar destfile="${build.lib}/testdeployers-jbas4548.ear">
+         <fileset dir="${build.resources}/deployers/jbas4548-ear">
+            <include name="**/*.xml"/>
+         </fileset>
+         <fileset dir="${build.lib}">
+            <include name="testdeployers-jbas4548ejb.jar"/>
+            <include name="testdeployers-jbas4548-ds.xml"/>
+         </fileset>
+      </jar>
+      
    </target>
    
    <!-- deployment test -->




More information about the jboss-cvs-commits mailing list