[jboss-cvs] JBossAS SVN: r73438 - in trunk: embedded and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 16 07:20:43 EDT 2008


Author: adrian at jboss.org
Date: 2008-05-16 07:20:43 -0400 (Fri, 16 May 2008)
New Revision: 73438

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

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2008-05-16 10:44:49 UTC (rev 73437)
+++ trunk/ejb3/.classpath	2008-05-16 11:20:43 UTC (rev 73438)
@@ -17,7 +17,7 @@
 	<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/hibernate3.jar"/>
+	<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="output" path="output/eclipse-classes"/>

Modified: trunk/embedded/.classpath
===================================================================
--- trunk/embedded/.classpath	2008-05-16 10:44:49 UTC (rev 73437)
+++ trunk/embedded/.classpath	2008-05-16 11:20:43 UTC (rev 73438)
@@ -52,6 +52,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jnpserver/lib/jnpserver.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate.jar"/>
 	<classpathentry kind="output" path="output/classes"/>
 </classpath>

Modified: trunk/hibernate-int/.classpath
===================================================================
--- trunk/hibernate-int/.classpath	2008-05-16 10:44:49 UTC (rev 73437)
+++ trunk/hibernate-int/.classpath	2008-05-16 11:20:43 UTC (rev 73438)
@@ -4,6 +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/hibernate3.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2008-05-16 10:44:49 UTC (rev 73437)
+++ trunk/testsuite/.classpath	2008-05-16 11:20:43 UTC (rev 73438)
@@ -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/hibernate3.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list