From 09995b77b499bf5fbf35d5ca0ff8463cbe906feb Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Wed, 21 May 2014 02:02:36 +0000
Subject: [PATCH] Eclipse project for entire installer dir

---
 apps/desktopgui/.classpath         |  2 +-
 apps/routerconsole/java/.classpath |  2 +-
 installer/.classpath               |  8 ++++++++
 installer/.project                 | 17 +++++++++++++++++
 installer/lib/.project             | 11 -----------
 5 files changed, 27 insertions(+), 13 deletions(-)
 create mode 100644 installer/.classpath
 create mode 100644 installer/.project
 delete mode 100644 installer/lib/.project

diff --git a/apps/desktopgui/.classpath b/apps/desktopgui/.classpath
index 18abb1c6c3..0053a208d4 100644
--- a/apps/desktopgui/.classpath
+++ b/apps/desktopgui/.classpath
@@ -3,7 +3,7 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/i2p_router"/>
 	<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 combineaccessrules="false" kind="src" path="/installer"/>
 	<classpathentry kind="output" path="build"/>
 </classpath>
diff --git a/apps/routerconsole/java/.classpath b/apps/routerconsole/java/.classpath
index dfa60eff26..8d4abffe8d 100644
--- a/apps/routerconsole/java/.classpath
+++ b/apps/routerconsole/java/.classpath
@@ -8,6 +8,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/jetty"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jrobin"/>
 	<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"/>
 </classpath>
diff --git a/installer/.classpath b/installer/.classpath
new file mode 100644
index 0000000000..5caf4124f4
--- /dev/null
+++ b/installer/.classpath
@@ -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>
diff --git a/installer/.project b/installer/.project
new file mode 100644
index 0000000000..4aee79a575
--- /dev/null
+++ b/installer/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>installer</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>
diff --git a/installer/lib/.project b/installer/lib/.project
deleted file mode 100644
index 14aa1aa45c..0000000000
--- a/installer/lib/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>lib</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
-- 
GitLab