[jboss-cvs] JBossAS SVN: r61442 - branches/Branch_4_2/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Mar 19 11:44:07 EDT 2007
Author: mvecera at redhat.com
Date: 2007-03-19 11:44:07 -0400 (Mon, 19 Mar 2007)
New Revision: 61442
Modified:
branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-3993 patch removed due to build problems
Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml 2007-03-19 15:12:32 UTC (rev 61441)
+++ branches/Branch_4_2/testsuite/build.xml 2007-03-19 15:44:07 UTC (rev 61442)
@@ -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