|
From: Scott M S. <st...@us...> - 2003-06-28 19:50:24
|
User: starksm
Date: 03/06/28 12:50:23
Modified: . Tag: Branch_3_2 build.xml
Log:
Update the results_web and make it a property
Revision Changes Path
No revision
No revision
1.165.2.77 +4 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.76
retrieving revision 1.165.2.77
diff -u -r1.165.2.76 -r1.165.2.77
--- build.xml 11 Jun 2003 00:52:25 -0000 1.165.2.76
+++ build.xml 28 Jun 2003 19:50:22 -0000 1.165.2.77
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.76 2003/06/11 00:52:25 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.77 2003/06/28 19:50:22 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -49,6 +49,8 @@
</target>
+ <property name="results_web" value="http://jboss.sourceforge.net//junit-results/32"/>
+
<!-- ================================================================== -->
<!-- Configuration -->
<!-- ================================================================== -->
@@ -5103,7 +5105,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/Branch_3_2"/>
+ <param name="results_web" expression="${results_web}"/>
</style>
</target>
|