From: David A. Velasco Date: Mon, 4 Nov 2013 10:40:07 +0000 (+0100) Subject: Added workaround app project to environment setup files X-Git-Tag: oc-android-1.5.5~140^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/b3267c409b1e5ad5037d919f3248464534a92cea?hp=--cc Added workaround app project to environment setup files --- b3267c409b1e5ad5037d919f3248464534a92cea diff --git a/oc_jb_workaround/build.xml b/oc_jb_workaround/build.xml new file mode 100644 index 00000000..9e71b187 --- /dev/null +++ b/oc_jb_workaround/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/setup_env.bat b/setup_env.bat index 30176009..265ff594 100644 --- a/setup_env.bat +++ b/setup_env.bat @@ -2,5 +2,6 @@ call git submodule init call git submodule update call android.bat update project -p actionbarsherlock\library -n ActionBarSherlock 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 .. diff --git a/setup_env.sh b/setup_env.sh index d64b46c2..d18ce226 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -4,5 +4,6 @@ git submodule init git submodule update android update project -p actionbarsherlock/library -n ActionBarSherlock android update project -p . +android update project -p oc_jb_workaround cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar android update test-project -p tests -m ..