7     android update lib-project 
-p owncloud-android-library
 
   8     android update project 
-p .
 
   9     android update project 
-p oc_jb_workaround
 
  10     android update test-project 
-p tests 
-m ..
 
  15         #Gets the owncloud-android-library 
  19         #Prepare project android-support-appcompat-v7 ; JAR file is not enough, includes resources 
  20         android update lib-project 
-p libs
/android-support-appcompat-v7-exploded-aar 
--target android-16
 
  22         #As default it updates the ant scripts 
  23         android update lib-project 
-p owncloud-android-library
 
  24         android update project 
-p .
 
  25         android update project 
-p oc_jb_workaround
 
  26         android update test-project 
-p tests 
-m ..
 
  32         echo "Usage : $0 [gradle | maven | ant]" 
  40         echo "Creating Ant environment" 
  44     "gradle")  echo  "Creating gradle environment" 
  48     "maven")  echo  "Creating maven environment" 
  52     *)  echo "Argument not recognized" 
  53         echo "Usage : $0 [gradle | maven | ant]"