|
From: Scott M S. <st...@us...> - 2003-03-31 02:53:36
|
User: starksm
Date: 03/03/30 18:53:35
Modified: . Tag: Branch_3_2 build.xml
Log:
Update the results website url
Revision Changes Path
No revision
No revision
1.165.2.52 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.51
retrieving revision 1.165.2.52
diff -u -r1.165.2.51 -r1.165.2.52
--- build.xml 31 Mar 2003 01:23:34 -0000 1.165.2.51
+++ build.xml 31 Mar 2003 02:53:33 -0000 1.165.2.52
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.51 2003/03/31 01:23:34 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.52 2003/03/31 02:53:33 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4914,7 +4914,7 @@
<param name="os_arch" expression="${os.arch}"/>
<param name="os_version" expression="${os.version}"/>
<param name="builduid" expression="${TIMENOW}"/>
- <param name="results_web" expression="http://users.jboss.org/~starksm/Branch_3_2"/>
+ <param name="results_web" expression="http://bliss.jboss.org/~starksm/Branch_3_2"/>
</style>
</target>
|