|
From: Scott M S. <st...@us...> - 2002-11-15 06:23:16
|
User: starksm
Date: 02/11/14 19:46:11
Modified: . Tag: Branch_3_2 build.xml
Log:
Update the results web site url
Revision Changes Path
No revision
No revision
1.165.2.19 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.18
retrieving revision 1.165.2.19
diff -u -r1.165.2.18 -r1.165.2.19
--- build.xml 14 Nov 2002 19:35:02 -0000 1.165.2.18
+++ build.xml 15 Nov 2002 03:46:10 -0000 1.165.2.19
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.18 2002/11/14 19:35:02 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.19 2002/11/15 03:46:10 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4520,7 +4520,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://bliss.jboss.org/~starksm"/>
+ <param name="results_web" expression="http://bliss.jboss.org/~starksm/Branch_3_2"/>
</style>
</target>
|