Completed update of local database and storage after a successful remote move
[pub/Android/ownCloud.git] / setup_env.bat
index 3f03856..dc44a12 100644 (file)
@@ -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
-android.bat update test-project -m .. -p .
-cd ..
+call android.bat update test-project -p tests -m ..