Added name to build.xml for ActionBarSherlock and fixed calls to git in Windows
authorDavid A. Velasco <dvelasco@solidgear.es>
Mon, 28 Oct 2013 11:49:28 +0000 (12:49 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Mon, 28 Oct 2013 11:49:28 +0000 (12:49 +0100)
setup_env.bat
setup_env.sh

index 3f34d18..3017600 100644 (file)
@@ -1,6 +1,6 @@
-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 project -p .
 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 ..
index 8c54319..d64b46c 100755 (executable)
@@ -2,7 +2,7 @@
 
 git submodule init
 git submodule update
-android update project -p actionbarsherlock/library
+android update project -p actionbarsherlock/library -n ActionBarSherlock
 android update project -p .
 cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar 
 android update test-project -p tests -m ..