[jboss-cvs] JBossAS SVN: r84087 - branches/JBPAPP_4_2_0_GA_CP/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 11 04:25:09 EST 2009


Author: mmalina at redhat.com
Date: 2009-02-11 04:25:09 -0500 (Wed, 11 Feb 2009)
New Revision: 84087

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

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/imports/server-config.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/imports/server-config.xml	2009-02-11 09:13:16 UTC (rev 84086)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/imports/server-config.xml	2009-02-11 09:25:09 UTC (rev 84087)
@@ -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