Browse Source

OC-1869: Create Unit test project

masensio 11 years ago
parent
commit
7d0030d848
2 changed files with 3 additions and 2 deletions
  1. 1 1
      oc_framework/project.properties
  2. 2 1
      tests/.classpath

+ 1 - 1
oc_framework/project.properties

@@ -11,5 +11,5 @@
 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
 
 # Project target.
-target=android-17
+target=android-19
 android.library=true

+ 2 - 1
tests/.classpath

@@ -4,7 +4,8 @@
 	<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 kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/owncloud-android"/>
+	<classpathentry kind="lib" path="/oc_framework/bin/oc_framework.jar"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>