[jboss-cvs] JBossAS SVN: r71992 - trunk/cluster.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 10 23:34:46 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-10 23:34:46 -0400 (Thu, 10 Apr 2008)
New Revision: 71992

Modified:
   trunk/cluster/.classpath
Log:
Add the pojocache sources

Modified: trunk/cluster/.classpath
===================================================================
--- trunk/cluster/.classpath	2008-04-11 02:42:09 UTC (rev 71991)
+++ trunk/cluster/.classpath	2008-04-11 03:34:46 UTC (rev 71992)
@@ -9,5 +9,6 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-ha-client/lib/jboss-ha-client.jar" sourcepath="/thirdparty/jboss/jboss-ha-client/lib/jboss-ha-client-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-ha-server-api/lib/jboss-ha-server-api.jar" sourcepath="/thirdparty/jboss/jboss-ha-server-api/lib/jboss-ha-server-api-sources.jar"/>
 	<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="output" path="output/eclipse-classes"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/cache/jbosscache-pojo/lib/jbosscache-pojo.jar" sourcepath="/thirdparty/jboss/cache/jbosscache-pojo/lib/jbosscache-pojo-sources.jar"/>
+   <classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list