From 21606f4f653dc028f96957571d6d8d993f936156 Mon Sep 17 00:00:00 2001 From: Arne Jans Date: Thu, 24 Nov 2011 10:08:59 +0100 Subject: [PATCH] Fixed tests-project not having the api-project as a reference. --- tests/.classpath | 1 + tests/project.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/.classpath b/tests/.classpath index eaa1b5149..235ca48e1 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -4,5 +4,6 @@ + diff --git a/tests/project.properties b/tests/project.properties index c1fd41ab1..6420eb762 100644 --- a/tests/project.properties +++ b/tests/project.properties @@ -11,3 +11,4 @@ split.density=false # Project target. target=android-8 +android.library.reference.1=../api