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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 3 12:31:30 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-06-03 12:31:29 -0400 (Tue, 03 Jun 2008)
New Revision: 74006

Modified:
   trunk/testsuite/.classpath
Log:
Change hibernate.jar to hibernate-core.jar

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2008-06-03 16:30:50 UTC (rev 74005)
+++ trunk/testsuite/.classpath	2008-06-03 16:31:29 UTC (rev 74006)
@@ -37,6 +37,6 @@
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-remoting-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-transaction-aspects.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-core.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list