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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun May 4 18:54:47 EDT 2008


Author: ALRubinger
Date: 2008-05-04 18:54:47 -0400 (Sun, 04 May 2008)
New Revision: 73044

Modified:
   trunk/hibernate-int/.classpath
Log:
Fixed .classpath references to hibernate3.jar

Modified: trunk/hibernate-int/.classpath
===================================================================
--- trunk/hibernate-int/.classpath	2008-05-04 22:53:34 UTC (rev 73043)
+++ trunk/hibernate-int/.classpath	2008-05-04 22:54:47 UTC (rev 73044)
@@ -4,7 +4,6 @@
 	<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/hibernate/lib/hibernate3.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list