|
From: Scott M S. <st...@us...> - 2002-11-15 06:51:53
|
User: starksm
Date: 02/11/14 19:01:56
Modified: . Tag: Branch_3_0 build.xml
Log:
Update the results web site url
Revision Changes Path
No revision
No revision
1.106.2.56 +3 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.55
retrieving revision 1.106.2.56
diff -u -r1.106.2.55 -r1.106.2.56
--- build.xml 14 Nov 2002 10:02:39 -0000 1.106.2.55
+++ build.xml 15 Nov 2002 03:01:55 -0000 1.106.2.56
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.55 2002/11/14 10:02:39 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.56 2002/11/15 03:01:55 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4000,8 +4000,9 @@
<param name="os_arch" expression="${os.arch}"/>
<param name="os_version" expression="${os.version}"/>
<param name="builduid" expression="${TIMENOW}"/>
- <param name="results_web_site" expression="http://bliss.jboss.org/~starksm"/>
+ <param name="results_web_site" expression="http://users.jboss.org/~starksm/Branch_3_0"/>
</style>
+
</target>
<!-- include the mqstress test - remember that these tests need to be
|