From 29d25cce6bb3f6d4238e38eb0c59cdb00287a4e6 Mon Sep 17 00:00:00 2001
From: akwizgran <michael@briarproject.org>
Date: Wed, 5 Dec 2012 21:00:47 +0000
Subject: [PATCH] Fixed classpaths of Android and test projects.

---
 briar-android/.classpath | 1 +
 briar-tests/.classpath   | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/briar-android/.classpath b/briar-android/.classpath
index d2675cc973..3138a7c245 100644
--- a/briar-android/.classpath
+++ b/briar-android/.classpath
@@ -5,5 +5,6 @@
 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/briar-core"/>
+	<classpathentry kind="lib" path="/briar-core/libs/guice-3.0-no_aop.jar"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>
diff --git a/briar-tests/.classpath b/briar-tests/.classpath
index 5e92e5c69c..507f9dff5b 100644
--- a/briar-tests/.classpath
+++ b/briar-tests/.classpath
@@ -8,5 +8,9 @@
 	<classpathentry kind="lib" path="libs/junit-4.9b3.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/briar-core"/>
 	<classpathentry kind="lib" path="/briar-core/android.jar"/>
+	<classpathentry kind="lib" path="/briar-core/libs/commons-io-2.0.1.jar"/>
+	<classpathentry kind="lib" path="/briar-core/libs/guice-3.0-no_aop.jar"/>
+	<classpathentry kind="lib" path="/briar-core/libs/jnotify-0.93.jar"/>
+	<classpathentry kind="lib" path="/briar-core/libs/scprov-jdk15on-1.47.0.3-SNAPSHOT.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
-- 
GitLab