You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2005/11/13 02:04:31 UTC

svn commit: r332868 - /tomcat/container/tc5.5.x/.classpath

Author: costin
Date: Sat Nov 12 17:04:30 2005
New Revision: 332868

URL: http://svn.apache.org/viewcvs?rev=332868&view=rev
Log:
Same - use the libs instead of servletapi

Modified:
    tomcat/container/tc5.5.x/.classpath

Modified: tomcat/container/tc5.5.x/.classpath
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/.classpath?rev=332868&r1=332867&r2=332868&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/.classpath (original)
+++ tomcat/container/tc5.5.x/.classpath Sat Nov 12 17:04:30 2005
@@ -25,7 +25,8 @@
 	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/struts-1.2.7/lib/jakarta-oro.jar"/>
 	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/struts-1.2.7/lib/struts.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/connectors"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/servletapi"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/build"/>
+	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/servlet-api-2.4/lib/servlet-api.jar"/>
+	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/jsp-api-2.0/lib/jsp-api.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org