|
From: Claudio V. <ca...@us...> - 2004-01-27 09:32:23
|
User: cazzius
Date: 04/01/27 01:31:23
Modified: . Tag: Branch_3_2 build.xml
Log:
fixed url for codebase: file:// is not a valid url
Revision Changes Path
No revision
No revision
1.165.2.133 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.132
retrieving revision 1.165.2.133
diff -u -r1.165.2.132 -r1.165.2.133
--- build.xml 24 Jan 2004 18:06:42 -0000 1.165.2.132
+++ build.xml 27 Jan 2004 09:31:22 -0000 1.165.2.133
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.132 2004/01/24 18:06:42 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.133 2004/01/27 09:31:22 cazzius Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2603,7 +2603,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>
|