projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Completed update of local database and storage after a successful remote move
[pub/Android/ownCloud.git]
/
setup_env.bat
diff --git
a/setup_env.bat
b/setup_env.bat
index
3f34d18
..
dc44a12
100644
(file)
--- 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 .
+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 ..
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 ..