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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 14 16:45:32 EDT 2008


Author: pferraro
Date: 2008-07-14 16:45:32 -0400 (Mon, 14 Jul 2008)
New Revision: 75807

Modified:
   trunk/hibernate-int/.classpath
Log:
Dropped jbosscache-core.jar, added hibernate-jbosscache2.jar.

Modified: trunk/hibernate-int/.classpath
===================================================================
--- trunk/hibernate-int/.classpath	2008-07-14 20:43:31 UTC (rev 75806)
+++ trunk/hibernate-int/.classpath	2008-07-14 20:45:32 UTC (rev 75807)
@@ -3,8 +3,8 @@
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry exported="true" kind="src" path="/server"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry exported="true" 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="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="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list