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:03:41 UTC

svn commit: r332867 - /tomcat/jasper/tc5.5.x/jasper2/.classpath

Author: costin
Date: Sat Nov 12 17:03:40 2005
New Revision: 332867

URL: http://svn.apache.org/viewcvs?rev=332867&view=rev
Log:
As I mentioned, the launcher doesn't work with the dir struct in servletapi
And most people won't modify servletapi anyway - so it is easier to just use the repository/, 
and not even checkout servletapi ( unless you are in the expert group, etc ). It's also faster.

Modified:
    tomcat/jasper/tc5.5.x/jasper2/.classpath

Modified: tomcat/jasper/tc5.5.x/jasper2/.classpath
URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/jasper2/.classpath?rev=332867&r1=332866&r2=332867&view=diff
==============================================================================
--- tomcat/jasper/tc5.5.x/jasper2/.classpath (original)
+++ tomcat/jasper/tc5.5.x/jasper2/.classpath Sat Nov 12 17:03:40 2005
@@ -2,10 +2,11 @@
 <classpath>
 	<classpathentry kind="src" path="src/share"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/ServletAPI"/>
 	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-logging-1.0.4/commons-logging-api.jar"/>
 	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/apache-ant-1.6.5/lib/ant.jar"/>
 	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-el-1.0/commons-el.jar"/>
 	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/eclipse/plugins/org.eclipse.jdt.core_3.1.1.jar"/>
+	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/jsp-api-2.0/lib/jsp-api.jar"/>
+	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/servlet-api-2.4/lib/servlet-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