[jboss-cvs] JBossAS SVN: r73043 - trunk/ejb3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun May 4 18:53:34 EDT 2008
Author: ALRubinger
Date: 2008-05-04 18:53:34 -0400 (Sun, 04 May 2008)
New Revision: 73043
Modified:
trunk/ejb3/.classpath
Log:
Fixed .classpath references to hibernate3.jar
Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath 2008-05-04 22:03:42 UTC (rev 73042)
+++ trunk/ejb3/.classpath 2008-05-04 22:53:34 UTC (rev 73043)
@@ -17,6 +17,6 @@
<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-core.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