X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a34423d36759abacc0f4731c8ddde9d583b97242..8cfafef514b1cd7979d7a8a4e71f34a9737a0cff:/setup_env.bat diff --git a/setup_env.bat b/setup_env.bat index 3f34d184..dc44a120 100644 --- a/setup_env.bat +++ b/setup_env.bat @@ -1,6 +1,8 @@ -git submodule init -git submodule update -call android.bat update project -p actionbarsherlock\library +call git submodule init +call git submodule update +call android.bat update project -p actionbarsherlock\library -n ActionBarSherlock +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 call android.bat update test-project -p tests -m ..