[jboss-cvs] JBossAS SVN: r84237 - branches/Branch_5_x/testsuite/imports/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 16 03:54:00 EST 2009


Author: istudens at redhat.com
Date: 2009-02-16 03:53:59 -0500 (Mon, 16 Feb 2009)
New Revision: 84237

Modified:
   branches/Branch_5_x/testsuite/imports/config/tests-jts.xml
Log:
JBAS-6492, jts is by default in the 'all' profile => removed repeated installation of it

Modified: branches/Branch_5_x/testsuite/imports/config/tests-jts.xml
===================================================================
--- branches/Branch_5_x/testsuite/imports/config/tests-jts.xml	2009-02-16 08:28:20 UTC (rev 84236)
+++ branches/Branch_5_x/testsuite/imports/config/tests-jts.xml	2009-02-16 08:53:59 UTC (rev 84237)
@@ -33,14 +33,15 @@
          <patternset>
             <include name="conf/**"/>
             <include name="deploy/**"/>
+            <include name="deploy-hasingleton/**"/>
             <include name="deployers/**"/>
             <include name="lib/**"/>
          </patternset>
       </create-config>
 
-      <ant dir="${jboss.dist}/docs/examples/transactions">   
+      <!--ant dir="${jboss.dist}/docs/examples/transactions">   JTS is already installed in the 'all' profile  
          <property name="jts.server.dir" location="${jboss.dist}/server/jts"/>
-      </ant>
+      </ant-->
 
 
       <server:start name="jts"/>




More information about the jboss-cvs-commits mailing list