I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 09995b77 authored by str4d's avatar str4d
Browse files

Eclipse project for entire installer dir

parent 06894f9f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/i2p_router"/> <classpathentry combineaccessrules="false" kind="src" path="/i2p_router"/>
<classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/> <classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/>
<classpathentry kind="lib" path="/lib/wrapper/all/wrapper.jar"/>
<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="/installer"/>
<classpathentry kind="output" path="build"/> <classpathentry kind="output" path="build"/>
</classpath> </classpath>
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/jetty"/> <classpathentry combineaccessrules="false" kind="src" path="/jetty"/>
<classpathentry combineaccessrules="false" kind="src" path="/jrobin"/> <classpathentry combineaccessrules="false" kind="src" path="/jrobin"/>
<classpathentry combineaccessrules="false" kind="src" path="/systray"/> <classpathentry combineaccessrules="false" kind="src" path="/systray"/>
<classpathentry kind="lib" path="/lib/wrapper/all/wrapper.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/installer"/>
<classpathentry kind="output" path="build/obj"/> <classpathentry kind="output" path="build/obj"/>
</classpath> </classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/>
<classpathentry exported="true" kind="lib" path="lib/wrapper/all/wrapper.jar"/>
<classpathentry kind="output" path="java/build"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>lib</name> <name>installer</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures> </natures>
</projectDescription> </projectDescription>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment