Completed update of local database and storage after a successful remote move
[pub/Android/ownCloud.git] / setup_env.bat
index c0bfeb4..dc44a12 100644 (file)
@@ -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 ..