You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/04/23 23:33:24 UTC

[6/9] android commit: [CB-473] run ant clean before ant debug install

[CB-473] run ant clean before ant debug install


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

Branch: refs/heads/CordovaWebView
Commit: 3835144b93f2212db72313eb2d414fb44133ab9d
Parents: bdf452b
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Apr 19 17:25:19 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Apr 19 17:25:19 2012 -0700

----------------------------------------------------------------------
 bin/templates/project/cordova/debug |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/3835144b/bin/templates/project/cordova/debug
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/debug b/bin/templates/project/cordova/debug
index 8dd3187..0bac2c7 100755
--- a/bin/templates/project/cordova/debug
+++ b/bin/templates/project/cordova/debug
@@ -4,6 +4,6 @@
 
 # if there are no devices listed then emulate
 
-
+ant clean
 ant debug install
 adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY