[jboss-cvs] JBossAS SVN: r107784 - branches/JBPAPP_5_1/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 25 13:10:31 EDT 2010


Author: jason.greene at jboss.com
Date: 2010-08-25 13:10:31 -0400 (Wed, 25 Aug 2010)
New Revision: 107784

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
Fix hibernate regressions


Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2010-08-25 16:58:01 UTC (rev 107783)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2010-08-25 17:10:31 UTC (rev 107784)
@@ -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