[jboss-svn-commits] JBL Code SVN: r19658 - labs/jbosstm/trunk/XTS/sar.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 20 12:29:15 EDT 2008


Author: adinn
Date: 2008-04-20 12:29:14 -0400 (Sun, 20 Apr 2008)
New Revision: 19658

Modified:
   labs/jbosstm/trunk/XTS/sar/build.xml
Log:
restored hostname default to localhost

Modified: labs/jbosstm/trunk/XTS/sar/build.xml
===================================================================
--- labs/jbosstm/trunk/XTS/sar/build.xml	2008-04-20 15:36:53 UTC (rev 19657)
+++ labs/jbosstm/trunk/XTS/sar/build.xml	2008-04-20 16:29:14 UTC (rev 19658)
@@ -37,7 +37,7 @@
     <property name="xts.home" value="../xts-install"/>
 
     <!-- the name of the host running JBOSS -->
-    <property name="hostname" value="172.16.130.102"/>
+    <property name="hostname" value="localhost"/>
 
     <!-- the name of the port used by the JBoss web listener -->
     <property name="port" value="8080"/>




More information about the jboss-svn-commits mailing list