From c47e7dab316d9439247f554f1b1ddf7bb00e7183 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sun, 4 Aug 2013 04:33:56 +0000 Subject: [PATCH] Added Eclipse project files To satisfy dependencies, import the following other projects from i2p.i2p into the same Eclipse workspace as i2p.android.base: i2p_sdk - core/java/ i2p_router - router/java/ i2ptunnel - apps/i2ptunnel/java/ BOB - apps/BOB/ addressbook - apps/addressbook/ jetty - apps/jetty/ ministreaming - apps/ministreaming/java/ --- .classpath | 14 ++++++++++++++ .project | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 000000000..19b75f7c2 --- /dev/null +++ b/.classpath @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="gen"/> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> + <classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/> + <classpathentry combineaccessrules="false" kind="src" path="/i2p_router"/> + <classpathentry combineaccessrules="false" kind="src" path="/i2ptunnel"/> + <classpathentry combineaccessrules="false" kind="src" path="/BOB"/> + <classpathentry combineaccessrules="false" kind="src" path="/addressbook"/> + <classpathentry kind="output" path="bin/classes"/> +</classpath> diff --git a/.project b/.project new file mode 100644 index 000000000..169612266 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>I2P_Android</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.ApkBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>com.android.ide.eclipse.adt.AndroidNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> -- GitLab