|
From: Adrian B. <ej...@us...> - 2003-09-22 17:47:31
|
User: ejort
Date: 03/09/22 10:47:29
Modified: . Tag: Branch_3_2 build.xml
Log:
Fix the codebase url. The general format is file://host/path where host is usually empty
Revision Changes Path
No revision
No revision
1.165.2.101 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.100
retrieving revision 1.165.2.101
diff -u -r1.165.2.100 -r1.165.2.101
--- build.xml 19 Sep 2003 06:20:30 -0000 1.165.2.100
+++ build.xml 22 Sep 2003 17:47:27 -0000 1.165.2.101
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.100 2003/09/19 06:20:30 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.101 2003/09/22 17:47:27 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2288,7 +2288,7 @@
<copy todir="${build.lib}" filtering="true" overwrite="true"
file="${source.resources}/jmx/archivestest-service.xml">
<filterset>
- <filter token="codebase" value="file:/${codebaseURL}"/>
+ <filter token="codebase" value="file://${codebaseURL}"/>
</filterset>
</copy>
</target>
|