Making changes to all plugins at once: #1 - Make commits locally for l in cordova-plugin*; do ( cd $l; replace_all.sh 's:apache.cordova.api:apache.cordova:' ); done for l in cordova-plugin*; do ( cd $l; git commit -am "[CB-4038] - Remove o.a.c.api namespace" ); done
#2 - Ensure the changes look good (and also test them) ./cordova-coho/coho repo-status -r auto | less #3 - Push all local commits ./cordova-coho/coho repo-push -r auto
