From 77971624b43d20266e6cb6e6cfbe7ec358e5b9dc Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Thu, 21 Nov 2013 08:54:42 +0000
Subject: [PATCH] Created Eclipse project for installer/resources

Reverts a change in 7fe82070
This project can be added to the classpath of a JUnit runner
---
 core/java/.classpath         |  1 -
 installer/resources/.project | 11 +++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 installer/resources/.project

diff --git a/core/java/.classpath b/core/java/.classpath
index 5ed3d26f7b..a2a2a595a3 100644
--- a/core/java/.classpath
+++ b/core/java/.classpath
@@ -4,6 +4,5 @@
 	<classpathentry kind="src" path="test/junit"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="lib" path="../../installer/resources"/>
 	<classpathentry kind="output" path="build/obj"/>
 </classpath>
diff --git a/installer/resources/.project b/installer/resources/.project
new file mode 100644
index 0000000000..03f612dc1c
--- /dev/null
+++ b/installer/resources/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>resources</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
-- 
GitLab