[jboss-cvs] JBoss Messaging SVN: r7980 - branches/Branch_1_4/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 23 03:10:39 EDT 2010


Author: gaohoward
Date: 2010-03-23 03:10:38 -0400 (Tue, 23 Mar 2010)
New Revision: 7980

Modified:
   branches/Branch_1_4/tests/build-test-EAP5.xml
Log:
added force.ipv4 system property support to enable forcing jgroups with ipv4


Modified: branches/Branch_1_4/tests/build-test-EAP5.xml
===================================================================
--- branches/Branch_1_4/tests/build-test-EAP5.xml	2010-03-21 14:05:26 UTC (rev 7979)
+++ branches/Branch_1_4/tests/build-test-EAP5.xml	2010-03-23 07:10:38 UTC (rev 7980)
@@ -423,6 +423,7 @@
 			<sysproperty key="jboss.messaging.controlchanneludpaddress" value="${jboss.messaging.controlchanneludpaddress}" />
 			<sysproperty key="jboss.messaging.ipttl" value="${jboss.messaging.ipttl}" />
 			<sysproperty key="java.net.preferIPv4Stack" value="true" />
+                        <sysproperty key="force.ipv4" value="${force.ipv4}" />
 			
 			<jvmarg value="-Xmx512M" />
 			<!--




More information about the jboss-cvs-commits mailing list