forked from I2P_Developers/i2p.i2p
Updated Eclipse files
This commit is contained in:
8
apps/BOB/.classpath
Normal file
8
apps/BOB/.classpath
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry combineaccessrules="false" kind="src" path="/ministreaming"/>
|
||||||
|
<classpathentry kind="output" path="build"/>
|
||||||
|
</classpath>
|
17
apps/BOB/.project
Normal file
17
apps/BOB/.project
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>BOB</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
8
apps/addressbook/.classpath
Normal file
8
apps/addressbook/.classpath
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="java/src"/>
|
||||||
|
<classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="lib" path="/jetty/jettylib/javax.servlet.jar"/>
|
||||||
|
<classpathentry kind="output" path="build"/>
|
||||||
|
</classpath>
|
17
apps/addressbook/.project
Normal file
17
apps/addressbook/.project
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>addressbook</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
@ -4,7 +4,10 @@
|
|||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/>
|
||||||
<classpathentry kind="lib" path="jettylib/javax.servlet.jar"/>
|
<classpathentry kind="lib" path="jettylib/javax.servlet.jar"/>
|
||||||
|
<classpathentry kind="lib" path="jettylib/jetty-http.jar"/>
|
||||||
|
<classpathentry kind="lib" path="jettylib/jetty-io.jar"/>
|
||||||
<classpathentry kind="lib" path="jettylib/jetty-util.jar"/>
|
<classpathentry kind="lib" path="jettylib/jetty-util.jar"/>
|
||||||
|
<classpathentry kind="lib" path="jettylib/jetty-xml.jar"/>
|
||||||
<classpathentry kind="lib" path="jettylib/org.mortbay.jetty.jar"/>
|
<classpathentry kind="lib" path="jettylib/org.mortbay.jetty.jar"/>
|
||||||
<classpathentry kind="output" path="build/obj"/>
|
<classpathentry kind="output" path="build/obj"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
Reference in New Issue
Block a user