Eclipse project for entire installer dir

This commit is contained in:
str4d
2014-05-21 02:02:36 +00:00
parent 06894f9f0b
commit 09995b77b4
5 changed files with 27 additions and 13 deletions

8
installer/.classpath Normal file
View File

@@ -0,0 +1,8 @@
<?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>