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/12 19:20:27 UTC

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

Author: costin
Date: Sat Nov 12 10:20:20 2005
New Revision: 332808

URL: http://svn.apache.org/viewcvs?rev=332808&view=rev
Log:
Small fix to depend on servletapi

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

Modified: tomcat/jasper/tc5.5.x/.classpath
URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/.classpath?rev=332808&r1=332807&r2=332808&view=diff
==============================================================================
--- tomcat/jasper/tc5.5.x/.classpath (original)
+++ tomcat/jasper/tc5.5.x/.classpath Sat Nov 12 10:20:20 2005
@@ -2,10 +2,10 @@
 <classpath>
 	<classpathentry kind="src" path="jasper2/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 combineaccessrules="false" kind="src" path="/servletapi"/>
 	<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