From 703b21e89b137577d94eebb339e12607dd5051cb Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 31 Oct 2014 01:58:27 +0000 Subject: [PATCH] Eclipse classpath fix --- apps/jetty/.classpath | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/jetty/.classpath b/apps/jetty/.classpath index 3de6186447..89c99e92fa 100644 --- a/apps/jetty/.classpath +++ b/apps/jetty/.classpath @@ -11,7 +11,6 @@ <classpathentry exported="true" kind="lib" path="jettylib/jetty-continuation.jar"/> <classpathentry exported="true" kind="lib" path="jettylib/jetty-deploy.jar"/> <classpathentry exported="true" kind="lib" path="jettylib/jetty-http.jar"/> - <classpathentry exported="true" kind="lib" path="jettylib/jetty-i2p.jar"/> <classpathentry exported="true" kind="lib" path="jettylib/jetty-io.jar"/> <classpathentry exported="true" kind="lib" path="jettylib/jetty-java5-threadpool.jar"/> <classpathentry exported="true" kind="lib" path="jettylib/jetty-rewrite-handler.jar"/> -- GitLab