[jboss-cvs] JBossAS SVN: r72046 - trunk/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 14:21:48 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-11 14:21:48 -0400 (Fri, 11 Apr 2008)
New Revision: 72046

Modified:
   trunk/tomcat/.classpath
Log:
Declare dependencies that are no longer coming in transitively via aspects module

Modified: trunk/tomcat/.classpath
===================================================================
--- trunk/tomcat/.classpath	2008-04-11 18:18:16 UTC (rev 72045)
+++ trunk/tomcat/.classpath	2008-04-11 18:21:48 UTC (rev 72046)
@@ -8,7 +8,10 @@
 	<classpathentry exported="true" kind="src" path="/iiop"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-servlet/lib/jsp-api.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.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 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 exported="true" kind="lib" path="/thirdparty/jgroups/lib/jgroups.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-xacml/lib/sunxacml.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-jsf/lib/jsf-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>




More information about the jboss-cvs-commits mailing list