[jboss-cvs] JBossAS SVN: r61467 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 17:18:23 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-19 17:18:21 -0400 (Mon, 19 Mar 2007)
New Revision: 61467

Modified:
   trunk/testsuite/build.xml
Log:
Correct the copying of the jms deploy dir

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-03-19 21:16:40 UTC (rev 61466)
+++ trunk/testsuite/build.xml	2007-03-19 21:18:21 UTC (rev 61467)
@@ -1937,7 +1937,7 @@
             <include name="deploy/ROOT.war/**"/>
             <include name="lib/**"/>
             <include name="deploy/jmx-console.war/**"/>
-            <include name="deploy/jms/**"/>
+            <include name="deploy/messaging/**"/>
             <include name="deploy/jbossjca-service.xml"/>
             <include name="deploy/jboss-local-jdbc.rar"/>
             <include name="deploy/jmx-invoker-service.xml"/>
@@ -2315,25 +2315,28 @@
             <include name="deployers/**"/>
             <include name="deploy/ROOT.war/**"/>
             <include name="lib/**"/>
+            <include name="deploy/ejb2-timer-service.xml"/>
             <include name="deploy/hsqldb-ds.xml"/>
             <include name="deploy/jbossws.sar/**"/>
             <include name="deploy/jbossws14.sar/**"/>
             <include name="deploy/client-deployer-service.xml"/>
+            <include name="deploy/jms-ds.xml"/>
+            <include name="deploy/jms-ra.rar"/>
             <include name="deploy/jmx-invoker-service.xml"/>
             <include name="deploy/jmx-console.war/**"/>
             <include name="deploy/jbossjca-service.xml"/>
             <include name="deploy/jboss-local-jdbc.rar"/>
             <include name="deploy/mail-service.xml"/>
-            <include name="deploy/jms/**"/>
+            <include name="deploy/messaging/**"/>
             <include name="deploy/ejb3-interceptors-aop.xml"/>
          </patternset>
       </create-config>
       <!-- Copy the test-destinations-service.xml to the all config.
           Additionally this file should be there in the jacc config
+      <copy file="${build.resources}/messaging/test-destinations-full-service.xml"
+      todir="${jboss.dist}/server/jacc/deploy" />
       -->
-      <copy file="${build.resources}/messaging/test-destinations-full-service.xml"
-        todir="${jboss.dist}/server/jacc/deploy" />
-
+      
       <server:start name="jacc"/>
 
       <mkdir dir="${build.reports}"/>
@@ -2373,7 +2376,7 @@
           <include name="deploy/jbossjca-service.xml"/>
           <include name="deploy/jboss-local-jdbc.rar"/>
           <include name="deploy/mail-service.xml"/>
-          <include name="deploy/jms/**"/>
+          <include name="deploy/messaging/**"/>
           <include name="deploy/ejb3-interceptors-aop.xml"/>
        </patternset>
      </create-config>
@@ -2423,7 +2426,7 @@
           <include name="deploy/jbossjca-service.xml"/>
           <include name="deploy/jboss-local-jdbc.rar"/>
           <include name="deploy/mail-service.xml"/>
-          <include name="deploy/jms/**"/>
+	      <include name="deploy/messaging/**"/>
           <include name="deploy/ejb3-interceptors-aop.xml"/>
        </patternset>
      </create-config>




More information about the jboss-cvs-commits mailing list