[jboss-cvs] JBossAS SVN: r91012 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 9 14:16:43 EDT 2009


Author: jaikiran
Date: 2009-07-09 14:16:43 -0400 (Thu, 09 Jul 2009)
New Revision: 91012

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
EJBTHREE-1865 The testsuite build is dependent on the hibernate jar file name during classpath setup. Updated the jar name accordingly

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2009-07-09 16:26:55 UTC (rev 91011)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2009-07-09 18:16:43 UTC (rev 91012)
@@ -94,7 +94,7 @@
   <property name="location.dependencies.lib" value="${location.dependencies}/lib"/>
 	<property name="location.dependencies.lib.ejb3persistence" value="${location.dependencies.lib}/ejb3-persistence.jar"/>
 	<property name="location.dependencies.lib.jbosssx" value="${location.dependencies.lib}/jbosssx.jar"/>
-  <property name="location.dependencies.lib.hibernate:hibernate3" value="${location.dependencies.lib}/hibernate.jar"/>
+  <property name="location.dependencies.lib.hibernate:hibernate3" value="${location.dependencies.lib}/hibernate-core.jar"/>
   <property name="location.dependencies.lib.jboss-test:jboss-test" value="${location.dependencies.lib}/jboss-test.jar"/>
   <property name="location.dependencies.lib.org.jboss.jbossas:server-manager" value="${location.dependencies.lib}/jboss-server-manager.jar"/>
   <property name="location.dependencies.lib.junit:junit" value="${location.dependencies.lib}/junit.jar"/>




More information about the jboss-cvs-commits mailing list