X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/c3ca5b5a4fda44999f215a3559921a4781f310f8..8cfafef514b1cd7979d7a8a4e71f34a9737a0cff:/setup_env.bat?ds=sidebyside diff --git a/setup_env.bat b/setup_env.bat index c0bfeb4f..dc44a120 100644 --- a/setup_env.bat +++ b/setup_env.bat @@ -1,7 +1,8 @@ -git submodule init -git submodule update -android.bat update project -p actionbarsherlock\library --target 1 -android.bat update project -p . --target 1 -cp third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar -cd tests -android.bat update test-project -m .. -p . \ No newline at end of file +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 ..