forked from I2P_Developers/i2p.i2p
Added remaining .project and .classpath files
The project files for jetty are in the apps/jetty folder. Dependencies will be resolved once the project has been built normally once via e.g. "ant updater".
This commit is contained in:
17
apps/routerconsole/java/.classpath
Normal file
17
apps/routerconsole/java/.classpath
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/i2p_router"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/desktopgui"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/systray"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="/lib/wrapper/all/wrapper.jar"/>
|
||||
<classpathentry kind="lib" path="/jrobin/jrobin-1.5.9.1.jar"/>
|
||||
<classpathentry kind="lib" path="/jetty/jettylib/javax.servlet.jar"/>
|
||||
<classpathentry kind="lib" path="/jetty/jettylib/jetty-java5-threadpool.jar"/>
|
||||
<classpathentry kind="lib" path="/jetty/jettylib/jetty-sslengine.jar"/>
|
||||
<classpathentry kind="lib" path="/jetty/jettylib/jetty-util.jar"/>
|
||||
<classpathentry kind="lib" path="/jetty/jettylib/org.mortbay.jetty.jar"/>
|
||||
<classpathentry kind="output" path="build/obj"/>
|
||||
</classpath>
|
||||
Reference in New Issue
Block a user