Merge pull request #366 from owncloud/bug_handling_failure_in_request_for_remote_username
[pub/Android/ownCloud.git] / setup_env.sh
1 #!/bin/bash
2
3 git submodule init
4 git submodule update
5 android update project -p actionbarsherlock/library -n ActionBarSherlock
6 android update lib-project -p owncloud-android-library
7 android update project -p .
8 android update project -p oc_jb_workaround
9 cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar
10 android update test-project -p tests -m ..