[jboss-svn-commits] JBL Code SVN: r18387 - labs/jbossforums/branches/multipleforums110P26.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 7 13:38:58 EST 2008


Author: sviluppatorefico
Date: 2008-02-07 13:38:58 -0500 (Thu, 07 Feb 2008)
New Revision: 18387

Modified:
   labs/jbossforums/branches/multipleforums110P26/.classpath
Log:
added jboss cache, jgroups and hibernate3

Modified: labs/jbossforums/branches/multipleforums110P26/.classpath
===================================================================
--- labs/jbossforums/branches/multipleforums110P26/.classpath	2008-02-07 18:38:16 UTC (rev 18386)
+++ labs/jbossforums/branches/multipleforums110P26/.classpath	2008-02-07 18:38:58 UTC (rev 18387)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="authz-jaae-plugin/src/main"/>
+	<classpathentry kind="src" path="cache-plugin/src/main"/>
 	<classpathentry kind="src" path="forums/src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portal-core-lib.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portal-jems-lib.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/hibernate.jar"/>
 	<classpathentry kind="lib" path="thirdparty/junit-junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-j2ee/lib/jboss-j2ee.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jakarta-log4j/lib/log4j.jar"/>
@@ -36,5 +36,8 @@
 	<classpathentry kind="lib" path="thirdparty/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="lib" path="thirdparty/javassist/lib/javassist.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portal-portlet-jsr168api-lib.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-cache/lib/jboss-cache-jdk50.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jgroups/lib/jgroups.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/hibernate3.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jboss-svn-commits mailing list