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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 5 15:36:04 EDT 2006


Author: dimitris at jboss.org
Date: 2006-10-05 15:36:02 -0400 (Thu, 05 Oct 2006)
New Revision: 57454

Modified:
   branches/Branch_4_0/testsuite/imports/sections/jmx.xml
Log:
JBAS-3742 - On windows the codebase needs an extra slash because the codebaseURL starts with a drive letter

Modified: branches/Branch_4_0/testsuite/imports/sections/jmx.xml
===================================================================
--- branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-10-05 19:35:34 UTC (rev 57453)
+++ branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-10-05 19:36:02 UTC (rev 57454)
@@ -709,6 +709,7 @@
             <include name="META-INF/*.xml"/>
          </fileset>
       </jar>
+
       <!-- On windows the codebase needs an extra slash
       because the codebaseURL starts with a drive letter -->
       <condition property="winslash" value="/" else="">




More information about the jboss-cvs-commits mailing list