[jboss-cvs] JBossAS SVN: r61456 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 13:22:53 EDT 2007


Author: mvecera at redhat.com
Date: 2007-03-19 13:22:53 -0400 (Mon, 19 Mar 2007)
New Revision: 61456

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-3993 patch fix

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-03-19 17:22:28 UTC (rev 61455)
+++ branches/Branch_4_2/testsuite/build.xml	2007-03-19 17:22:53 UTC (rev 61456)
@@ -241,9 +241,9 @@
 
   <!-- Classpath to run the tests -->
   <path id="tests.classpath">
-    <!--fileset dir="${jboss.dist}/client">
+    <fileset dir="${jboss.dist}/client">
       <include name="**/*.jar"/>
-    </fileset-->
+    </fileset>
     <pathelement path="${classpath}"/>
     <pathelement path="${local.classpath}"/>
     <pathelement path="${project.tools}/lib/ant.jar"/>




More information about the jboss-cvs-commits mailing list