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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jan 21 23:32:04 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-21 23:32:04 -0500 (Sun, 21 Jan 2007)
New Revision: 59902

Modified:
   branches/Branch_4_2/tomcat/.classpath
Log:
Change the project jars from apache-tomcat to jboss/web.

Modified: branches/Branch_4_2/tomcat/.classpath
===================================================================
--- branches/Branch_4_2/tomcat/.classpath	2007-01-22 04:30:48 UTC (rev 59901)
+++ branches/Branch_4_2/tomcat/.classpath	2007-01-22 04:32:04 UTC (rev 59902)
@@ -15,20 +15,6 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/jsp-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jgroups/lib/jgroups.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/catalina.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/catalina-manager.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/catalina-optional.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/jasper-compiler.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/jasper-compiler-jdt.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/jasper-runtime.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/naming-resources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/servlets-default.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/servlets-invoker.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/servlets-webdav.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/tomcat-ajp.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/tomcat-coyote.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/tomcat-http.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/tomcat-util.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-beanutils/lib/commons-beanutils.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-collections/lib/commons-collections.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-discovery/lib/commons-discovery.jar"/>
@@ -41,5 +27,8 @@
 	<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="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list