[jboss-cvs] JBossAS SVN: r60244 - branches/Branch_4_2/ejb3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Feb 3 16:37:30 EST 2007
Author: bstansberry at jboss.com
Date: 2007-02-03 16:37:30 -0500 (Sat, 03 Feb 2007)
New Revision: 60244
Modified:
branches/Branch_4_2/ejb3/.classpath
Log:
Use the JBoss Cache binary with the JDK 5 annotations
Modified: branches/Branch_4_2/ejb3/.classpath
===================================================================
--- branches/Branch_4_2/ejb3/.classpath 2007-02-03 19:05:45 UTC (rev 60243)
+++ branches/Branch_4_2/ejb3/.classpath 2007-02-03 21:37:30 UTC (rev 60244)
@@ -70,7 +70,7 @@
<classpathentry kind="lib" path="/thirdparty/hibernate-entitymanager/lib/ejb3-persistence.jar"/>
<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/apache-httpclient/lib/commons-httpclient.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/cache/lib/jboss-cache.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/cache/lib/jboss-cache-jdk50.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/jmx"/>
<classpathentry kind="lib" path="/thirdparty/hibernate-entitymanager/lib/hibernate-entitymanager.jar"/>
<classpathentry kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
More information about the jboss-cvs-commits
mailing list