Fix local source paths, accidental commit.
authorcostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jan 2010 22:18:56 +0000 (22:18 +0000)
committercostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jan 2010 22:18:56 +0000 (22:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@900980 13f79535-47bb-0310-9956-ffa450edef68

modules/tomcat-lite/.classpath

index 9cb14db..bfb9921 100644 (file)
@@ -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>