[jboss-cvs] JBossAS SVN: r73794 - in trunk: hibernate-int and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 29 08:52:39 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-05-29 08:52:38 -0400 (Thu, 29 May 2008)
New Revision: 73794

Modified:
   trunk/ejb3/.classpath
   trunk/hibernate-int/.classpath
Log:
Fix eclipse build 

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2008-05-29 12:33:57 UTC (rev 73793)
+++ trunk/ejb3/.classpath	2008-05-29 12:52:38 UTC (rev 73794)
@@ -17,8 +17,8 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
-	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/ejb3/lib/jboss-ejb3-async.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-core.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/hibernate-int/.classpath
===================================================================
--- trunk/hibernate-int/.classpath	2008-05-29 12:33:57 UTC (rev 73793)
+++ trunk/hibernate-int/.classpath	2008-05-29 12:52:38 UTC (rev 73794)
@@ -4,6 +4,7 @@
 	<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.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-jmx.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list