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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 28 17:59:22 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-03-28 17:59:22 -0400 (Fri, 28 Mar 2008)
New Revision: 71404

Modified:
   trunk/testsuite/build.xml
Log:
Remove broken and fragile detailed listing of deploy/ content

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-03-28 21:40:11 UTC (rev 71403)
+++ trunk/testsuite/build.xml	2008-03-28 21:59:22 UTC (rev 71404)
@@ -1168,15 +1168,18 @@
          <patternset>
             <include name="conf/**"/>
             <include name="deployers/**"/>
+            <include name="deploy/**"/>
+            <include name="lib/**"/>
+            <!-- Previous broken and fragile detailed listing of deploy content
             <include name="deploy/jbossweb.sar/**"/>
             <include name="deploy/ROOT.war/**"/>
-            <include name="lib/**"/>
             <include name="deploy/jmx-console.war/**"/>
             <include name="deploy/messaging/**"/>
             <include name="deploy/jbossjca-service.xml"/>
             <include name="deploy/jboss-local-jdbc.rar"/>
             <include name="deploy/jmx-invoker-service.xml"/>
             <include name="deploy/hsqldb-ds.xml"/>
+            -->
          </patternset>
       </create-config>
       <!-- overlay the deployment-service stuff -->
@@ -1456,9 +1459,11 @@
          <patternset>
             <include name="conf/**"/>
             <include name="deployers/**"/>
+            <include name="deploy/**"/>
+            <include name="lib/**"/>
+            <!-- Previous broken and fragile detailed listing of deploy content
             <include name="deploy/jbossweb.sar/**"/>
             <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/**"/>
@@ -1473,6 +1478,7 @@
             <include name="deploy/messaging/**"/>
             <include name="deploy/ejb3-interceptors-aop.xml"/>
             <include name="deploy/security-beans.xml"/>
+            -->
          </patternset>
       </create-config>
       <!-- Copy the test-destinations-service.xml to the all config.
@@ -1513,9 +1519,11 @@
        <patternset>
           <include name="conf/**"/>
           <include name="deployers/**"/>
+          <include name="deploy/**"/>
+          <include name="lib/**"/>
+          <!-- Previous broken and fragile detailed listing of deploy content
           <include name="deploy/jbossweb.sar/**"/>
           <include name="deploy/ROOT.war/**"/>
-          <include name="lib/**"/>
           <include name="deploy/hsqldb-ds.xml"/>
           <include name="deploy/jbossws.sar/**"/>
           <include name="deploy/client-deployer-service.xml"/>
@@ -1526,6 +1534,7 @@
           <include name="deploy/mail-service.xml"/>
           <include name="deploy/messaging/**"/>
           <include name="deploy/ejb3-interceptors-aop.xml"/>
+          -->
        </patternset>
      </create-config>
      <!-- TODO: Need to fix JBAS-4154
@@ -1565,9 +1574,11 @@
 	   <patternset>
           <include name="conf/**"/>
           <include name="deployers/**"/>
+          <include name="deploy/**"/>
+          <include name="lib/**"/>
+          <!-- Previous broken and fragile detailed listing of deploy content
           <include name="deploy/jbossweb.sar/**"/>
           <include name="deploy/ROOT.war/**"/>
-          <include name="lib/**"/>
           <include name="deploy/hsqldb-ds.xml"/>
           <include name="deploy/client-deployer-service.xml"/>
           <include name="deploy/jmx-invoker-service.xml"/>
@@ -1577,6 +1588,7 @@
           <include name="deploy/mail-service.xml"/>
 	      <include name="deploy/messaging/**"/>
           <include name="deploy/ejb3-interceptors-aop.xml"/>
+          -->
        </patternset>
      </create-config>
       <server:start name="jaspi"/>
@@ -1609,9 +1621,11 @@
          <patternset>
             <include name="conf/**"/>
             <include name="deployers/**"/>
+            <include name="deploy/**"/>
+            <include name="lib/**"/>
+            <!-- Previous broken and fragile detailed listing of deploy content
             <include name="deploy/jbossweb.sar/**"/>
             <include name="deploy/ROOT.war/**"/>
-            <include name="lib/**"/>
             <include name="deploy/hsqldb-ds.xml"/>
             <include name="deploy/client-deployer-service.xml"/>
             <include name="deploy/jmx-invoker-service.xml"/>
@@ -1620,6 +1634,7 @@
             <include name="deploy/jboss-local-jdbc.rar"/>
             <include name="deploy/ejb3-interceptors-aop.xml"/>
             <include name="deploy/properties**"/>
+            -->
          </patternset>
       </create-config>
 




More information about the jboss-cvs-commits mailing list