From: Adrian B. <ej...@us...> - 2004-02-03 18:10:32
|
User: ejort Date: 04/02/03 08:50:04 Modified: . Tag: Branch_3_2 build.xml Log: Fix the codebase url Revision Changes Path No revision No revision 1.165.2.136 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.135 retrieving revision 1.165.2.136 diff -u -r1.165.2.135 -r1.165.2.136 --- build.xml 30 Jan 2004 05:03:28 -0000 1.165.2.135 +++ build.xml 3 Feb 2004 16:50:03 -0000 1.165.2.136 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.135 2004/01/30 05:03:28 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.136 2004/02/03 16:50:03 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2606,7 +2606,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> |