Last change
on this file since 03de374 was
9dcfe984,
checked in by str4d <str4d@…>, 8 years ago
|
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.
|
-
Property mode set to
100644
|
File size:
430 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <classpath> |
---|
3 | <classpathentry kind="src" path="src"/> |
---|
4 | <classpathentry kind="src" path="test/junit"/> |
---|
5 | <classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/> |
---|
6 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
---|
7 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> |
---|
8 | <classpathentry kind="output" path="build/obj"/> |
---|
9 | </classpath> |
---|
Note: See
TracBrowser
for help on using the repository browser.