From: David A. Velasco Date: Tue, 19 Nov 2013 10:02:05 +0000 (+0100) Subject: Fixed wrong separator path in project.properties X-Git-Tag: oc-android-1.5.5~124 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/d82d6a6d043d157f4ae5e3f3d7dd8d2898fb6bb6?hp=-c Fixed wrong separator path in project.properties --- d82d6a6d043d157f4ae5e3f3d7dd8d2898fb6bb6 diff --git a/project.properties b/project.properties index 84352610..dbd0f5e5 100644 --- a/project.properties +++ b/project.properties @@ -9,5 +9,5 @@ # Project target. target=android-19 -android.library.reference.1=actionbarsherlock\\library +android.library.reference.1=actionbarsherlock/library android.library.reference.2=oc_framework