From: David A. Velasco Date: Wed, 13 Nov 2013 11:06:33 +0000 (+0100) Subject: Updated setup scripts to include oc_framework project X-Git-Tag: oc-android-1.5.5~123^2~12^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/de2e3aa126a8ed0d4b8cae91ab414959f7c3f9fe Updated setup scripts to include oc_framework project --- diff --git a/setup_env.bat b/setup_env.bat index 265ff594..d5b78c93 100644 --- a/setup_env.bat +++ b/setup_env.bat @@ -1,6 +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 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 d18ce226..b13fe81d 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -3,6 +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 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