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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]