[jbossws-commits] JBossWS SVN: r3325 - trunk/build/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu May 31 07:35:19 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-05-31 07:35:19 -0400 (Thu, 31 May 2007)
New Revision: 3325

Modified:
   trunk/build/ant-import/build-testsuite.xml
Log:
echo jboss.bind.address

Modified: trunk/build/ant-import/build-testsuite.xml
===================================================================
--- trunk/build/ant-import/build-testsuite.xml	2007-05-31 11:28:06 UTC (rev 3324)
+++ trunk/build/ant-import/build-testsuite.xml	2007-05-31 11:35:19 UTC (rev 3325)
@@ -72,9 +72,9 @@
 
     <echo/>
     <echo message="-----------------------------------------------"/>
-    <echo message="jboss.home         = ${jboss.home}"/>
-    <echo message="jboss.bind.address = ${jboss.bind.address}"/>
-    <echo message="java.home          = ${java.home}"/>
+    <echo message="jboss.home = ${jboss.home}"/>
+    <echo message="jboss.bind = ${jboss.bind.address}"/>
+    <echo message="java.home  = ${java.home}"/>
     <echo message="-----------------------------------------------"/>
     
     <tstamp>




More information about the jbossws-commits mailing list