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