forked from I2P_Developers/i2p.i2p
Added .project and .classpath Eclipse files to most sections of the source
To import a branch of trunk into Eclipse, create a new workspace based in the root directory of the checked-out branch, and then select "File -> Import..." then "General -> Existing Projects into Workspace", then for "Select root directory" choose the root directory of the branch (and of the workspace). Select all projects that appear, so that dependencies are satisfied. Currently left out are i2psnark, routerconsole and susimail, because they all depend on jars in apps/jetty/jettylib, which seems to be auto-generated. Need to check whether the existence of that folder (from having Eclipse files in it) will prevent the jars being populated or not.
This commit is contained in:
8
apps/systray/java/.classpath
Normal file
8
apps/systray/java/.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="lib" path="lib/systray4j.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="build/obj"/>
|
||||
</classpath>
|
17
apps/systray/java/.project
Normal file
17
apps/systray/java/.project
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>systray</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>
|
Reference in New Issue
Block a user