[jboss-cvs] JBossAS SVN: r84466 - tags/JBPAPP_4_2_0_GA_CP06/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 19 10:50:24 EST 2009


Author: permaine
Date: 2009-02-19 10:50:24 -0500 (Thu, 19 Feb 2009)
New Revision: 84466

Modified:
   tags/JBPAPP_4_2_0_GA_CP06/testsuite/imports/server-config.xml
Log:
JBPAPP-1697 Added the jboss.dist attribute to the create-cluster-ustxsticky-node macro definition.

Modified: tags/JBPAPP_4_2_0_GA_CP06/testsuite/imports/server-config.xml
===================================================================
--- tags/JBPAPP_4_2_0_GA_CP06/testsuite/imports/server-config.xml	2009-02-19 15:50:09 UTC (rev 84465)
+++ tags/JBPAPP_4_2_0_GA_CP06/testsuite/imports/server-config.xml	2009-02-19 15:50:24 UTC (rev 84466)
@@ -621,6 +621,8 @@
    <macrodef name="create-cluster-ustxsticky-node"
         description="Create a simplified clustered-ustxsticky configuration">
     <attribute name="conf"/>
+    <attribute name="jboss.dist" default="${jboss.dist}"
+        description="The jboss dist root directory" />
     <attribute name="host" default="${node0}"/>    
     <sequential>
       <create-config baseconf="all" newconf="@{conf}"




More information about the jboss-cvs-commits mailing list