Updated Branches: refs/heads/master 79829f620 -> bf6291020
Added 'log' back to windows cli tooling Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/bf629102 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/bf629102 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/bf629102 Branch: refs/heads/master Commit: bf6291020ae79eac62ed6f842a701cdb7b66fe53 Parents: 79829f6 Author: bennmapes <[email protected]> Authored: Wed Jul 3 10:52:13 2013 -0700 Committer: bennmapes <[email protected]> Committed: Wed Jul 3 10:52:13 2013 -0700 ---------------------------------------------------------------------- bin/templates/cordova/lib/cordova.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/bf629102/bin/templates/cordova/lib/cordova.js ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/cordova.js b/bin/templates/cordova/lib/cordova.js index e082189..2d0195a 100644 --- a/bin/templates/cordova/lib/cordova.js +++ b/bin/templates/cordova/lib/cordova.js @@ -529,6 +529,9 @@ else { case "clean" : clean(); break; + case "log" : + log(); + break; case "list-devices" : list_devices(); break;
