You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/06/21 23:23:46 UTC

android commit: Accidentally commented "build" out when running ./run --emulator. Whoops D:

Updated Branches:
  refs/heads/master 9946d15f2 -> 6fe66ad79


Accidentally commented "build" out when running ./run --emulator. Whoops D:


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/6fe66ad7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/6fe66ad7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/6fe66ad7

Branch: refs/heads/master
Commit: 6fe66ad79c35f9647ae1411cf128eaaa8bd1259b
Parents: 9946d15
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Jun 21 14:23:40 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Jun 21 14:23:40 2013 -0700

----------------------------------------------------------------------
 bin/templates/cordova/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/6fe66ad7/bin/templates/cordova/run
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/run b/bin/templates/cordova/run
index 9641ab2..4772058 100755
--- a/bin/templates/cordova/run
+++ b/bin/templates/cordova/run
@@ -66,7 +66,7 @@ elif [[ "$#" -eq 1 ]] ; then
         $DIR/build
         $DIR/lib/install-device
     elif [[ $1 == "--emulator" ]] ; then
-        #$DIR/build
+        $DIR/build
         run_on_emulator
     elif [[ $1 =~ "--target=" ]]; then
         $DIR/build