[jboss-cvs] JBossAS SVN: r61462 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 15:41:15 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-03-19 15:41:15 -0400 (Mon, 19 Mar 2007)
New Revision: 61462

Modified:
   trunk/testsuite/build.xml
Log:
comment out the jboss.dist setting to allow compilation

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-03-19 19:04:00 UTC (rev 61461)
+++ trunk/testsuite/build.xml	2007-03-19 19:41:15 UTC (rev 61462)
@@ -273,9 +273,11 @@
 
    <!-- Classpath to build and run the tests -->
    <path id="tests.classpath">
-      <fileset dir="${jboss.dist}/client">                                                                                                                     
-         <include name="**/*.jar"/>                                                                                                                             
+     <!--
+     <fileset dir="${jboss.dist}/client">
+       <include name="**/*.jar"/>                                     
       </fileset>
+      -->
       <pathelement path="${classpath}"/>
       <pathelement path="${local.classpath}"/>
       <pathelement path="${project.tools}/lib/ant.jar"/>




More information about the jboss-cvs-commits mailing list