[jboss-cvs] JBossAS SVN: r107785 - tags/JBPAPP_5_1_0_CR3/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 25 13:52:22 EDT 2010


Author: fnasser at redhat.com
Date: 2010-08-25 13:52:22 -0400 (Wed, 25 Aug 2010)
New Revision: 107785

Modified:
   tags/JBPAPP_5_1_0_CR3/testsuite/build.xml
Log:
>From jason.greene at jboss.com : Fix hibernate regressions

Modified: tags/JBPAPP_5_1_0_CR3/testsuite/build.xml
===================================================================
--- tags/JBPAPP_5_1_0_CR3/testsuite/build.xml	2010-08-25 17:10:31 UTC (rev 107784)
+++ tags/JBPAPP_5_1_0_CR3/testsuite/build.xml	2010-08-25 17:52:22 UTC (rev 107785)
@@ -225,7 +225,7 @@
    <!-- the combined library classpath (for executing the testsuite) -->
    <path id="distribution.jars.library.classpath">
       <!-- path refid="apache.commons.classpath"/ -->
-      <pathelement path="${jboss.dist.server}/all/deploy/admin-console.war/WEB-INF/lib/commons-collections-3.2.jar" />
+      <pathelement path="${jboss.dist.common.lib}/commons-collections.jar" />
       <pathelement path="${jboss.dist.client}/commons-logging.jar" />
       <pathelement path="${apache.httpclient.lib}/commons-httpclient.jar" />
       <pathelement path="${apache.discovery.lib}/commons-discovery.jar" />



More information about the jboss-cvs-commits mailing list