From: David A. Velasco Date: Wed, 22 Jan 2014 09:16:53 +0000 (+0100) Subject: Updated scrips files to setup environment X-Git-Tag: oc-android-1.5.5~69^2~6 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/de367c009ae95b0d18624d0e2f87ff3b38db242b?ds=inline;hp=-c Updated scrips files to setup environment --- de367c009ae95b0d18624d0e2f87ff3b38db242b diff --git a/setup_env.bat b/setup_env.bat index d5b78c93..dc44a120 100644 --- a/setup_env.bat +++ b/setup_env.bat @@ -1,7 +1,7 @@ call git submodule init call git submodule update call android.bat update project -p actionbarsherlock\library -n ActionBarSherlock -call android.bat update project -p oc_framework -n ownCloudFramework +call android.bat update lib-project -p owncloud-android-library call android.bat update project -p . call android.bat update project -p oc_jb_workaround copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar diff --git a/setup_env.sh b/setup_env.sh index b13fe81d..e6047528 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -3,7 +3,7 @@ git submodule init git submodule update android update project -p actionbarsherlock/library -n ActionBarSherlock -android update project -p oc_framework -n ownCloudFramework +android update lib-project -p owncloud-android-library android update project -p . android update project -p oc_jb_workaround cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar