[jboss-cvs] JBossAS SVN: r57418 - branches/Branch_4_0/testsuite/imports/sections

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 4 09:57:30 EDT 2006


Author: dimitris at jboss.org
Date: 2006-10-04 09:57:28 -0400 (Wed, 04 Oct 2006)
New Revision: 57418

Modified:
   branches/Branch_4_0/testsuite/imports/sections/jmx.xml
Log:
JBAS-3737, the url that replace the token @codebase@ if bad on windows

Modified: branches/Branch_4_0/testsuite/imports/sections/jmx.xml
===================================================================
--- branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-10-04 13:33:22 UTC (rev 57417)
+++ branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-10-04 13:57:28 UTC (rev 57418)
@@ -721,7 +721,7 @@
       <copy todir="${build.lib}" filtering="true" overwrite="true"
          file="${build.resources}/jmx/archivestest-service.xml">
          <filterset>
-            <filter token="codebase" value="file://${codebaseURL}"/>
+            <filter token="codebase" value="file:/${codebaseURL}"/>
          </filterset>
       </copy>
       




More information about the jboss-cvs-commits mailing list