[jboss-cvs] JBossAS SVN: r75927 - trunk/hibernate-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 16 13:57:43 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-07-16 13:57:43 -0400 (Wed, 16 Jul 2008)
New Revision: 75927

Modified:
   trunk/hibernate-int/.classpath
Log:
Add the missing jboss-cache core jar

Modified: trunk/hibernate-int/.classpath
===================================================================
--- trunk/hibernate-int/.classpath	2008-07-16 14:01:06 UTC (rev 75926)
+++ trunk/hibernate-int/.classpath	2008-07-16 17:57:43 UTC (rev 75927)
@@ -6,5 +6,6 @@
 	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-jmx.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/hibernate/lib/hibernate-jbosscache2.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/cache/jbosscache-core/lib/jbosscache-core.jar" sourcepath="/thirdparty/jboss/cache/jbosscache-core/lib/jbosscache-core-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list