[jboss-cvs] JBossAS SVN: r59921 - branches/Branch_4_2/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 22 13:42:50 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-22 13:42:50 -0500 (Mon, 22 Jan 2007)
New Revision: 59921

Modified:
   branches/Branch_4_2/tomcat/.classpath
Log:
Add jsf and serialization jars

Modified: branches/Branch_4_2/tomcat/.classpath
===================================================================
--- branches/Branch_4_2/tomcat/.classpath	2007-01-22 17:52:13 UTC (rev 59920)
+++ branches/Branch_4_2/tomcat/.classpath	2007-01-22 18:42:50 UTC (rev 59921)
@@ -24,11 +24,13 @@
 	<classpathentry kind="lib" path="/thirdparty/apache-pool/lib/commons-pool.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/cache/lib/jboss-cache.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-modeler/lib/commons-modeler.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jbossweb.jar" sourcepath="/thirdparty/jboss/web/lib/jbossweb-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jsp-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list