Author: costin
Date: Tue Jan 19 22:18:56 2010
New Revision: 900980
URL: http://svn.apache.org/viewvc?rev=900980&view=rev
Log:
Fix local source paths, accidental commit.
Modified:
tomcat/trunk/modules/tomcat-lite/.classpath
Modified: tomcat/trunk/modules/tomcat-lite/.classpath
URL:
http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/.classpath?rev=900980&r1=900979&r2=900980&view=diff
==============================================================================
--- tomcat/trunk/modules/tomcat-lite/.classpath (original)
+++ tomcat/trunk/modules/tomcat-lite/.classpath Tue Jan 19 22:18:56 2010
@@ -11,7 +11,7 @@
<classpathentry kind="lib" path="target/lib/asm.jar"/>
<classpathentry kind="lib" path="target/lib/catalina.jar"/>
<classpathentry kind="lib" path="target/lib/commons-codec.jar"/>
- <classpathentry kind="lib" path="target/lib/coyote.jar"
sourcepath="/home/costin/.m2/repository/org/apache/tomcat/coyote/6.0.20/coyote-6.0.20-sources.jar"/>
+ <classpathentry kind="lib" path="target/lib/coyote.jar"/>
<classpathentry kind="lib" path="target/lib/el-api.jar"/>
<classpathentry kind="lib" path="target/lib/jasper-el.jar"/>
<classpathentry kind="lib" path="target/lib/jasper-jdt.jar"/>
@@ -19,7 +19,7 @@
<classpathentry kind="lib" path="target/lib/jsp-api.jar"/>
<classpathentry kind="lib" path="target/lib/juli.jar"/>
<classpathentry kind="lib" path="target/lib/junit.jar"/>
- <classpathentry kind="lib" path="target/lib/jzlib.jar"
sourcepath="/home/costin/.m2/repository/com/jcraft/jzlib/1.0.7/jzlib-1.0.7-sources.jar"/>
- <classpathentry kind="lib" path="target/lib/servlet-api.jar"
sourcepath="/tomcat-trunk"/>
+ <classpathentry kind="lib" path="target/lib/jzlib.jar"/>
+ <classpathentry kind="lib" path="target/lib/servlet-api.jar"/>
<classpathentry kind="output" path="output/classes"/>
</classpath>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]