Repository: cordova-labs Updated Branches: refs/heads/cdvtest 7d614b920 -> e0df895f3
minor changes to workflow Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/42f74c39 Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/42f74c39 Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/42f74c39 Branch: refs/heads/cdvtest Commit: 42f74c39af06da38fd16de0a3e31a6131e5b489c Parents: 7d614b9 Author: Michal Mocny <[email protected]> Authored: Fri Apr 25 09:55:53 2014 -0400 Committer: Michal Mocny <[email protected]> Committed: Fri Apr 25 09:55:53 2014 -0400 ---------------------------------------------------------------------- cordova-app-test-harness/hooks/before_prepare/pre-prepare.js | 3 +-- cordova-app-test-harness/update.sh | 2 +- cordova-app-test-harness/www/last_update | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/42f74c39/cordova-app-test-harness/hooks/before_prepare/pre-prepare.js ---------------------------------------------------------------------- diff --git a/cordova-app-test-harness/hooks/before_prepare/pre-prepare.js b/cordova-app-test-harness/hooks/before_prepare/pre-prepare.js index d7a1863..8b21f18 100755 --- a/cordova-app-test-harness/hooks/before_prepare/pre-prepare.js +++ b/cordova-app-test-harness/hooks/before_prepare/pre-prepare.js @@ -10,8 +10,7 @@ cordova platform add android cordova platform add ios cordova plugin add ~/dev/cordova/cordova-labs/cordova-plugin-test-framework +cordova plugin add ~/dev/cordova/cordova-plugin-contacts cordova plugin add ~/dev/cordova/cordova-plugin-device cordova plugin add ~/dev/cordova/cordova-plugin-device-motion -cordova plugin add ~/dev/cordova/cordova-plugin-device-orientation cordova plugin add ~/dev/cordova/cordova-plugin-geolocation -cordova plugin add ~/dev/cordova/cordova-plugin-vibration http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/42f74c39/cordova-app-test-harness/update.sh ---------------------------------------------------------------------- diff --git a/cordova-app-test-harness/update.sh b/cordova-app-test-harness/update.sh index b630013..0ecccf2 100755 --- a/cordova-app-test-harness/update.sh +++ b/cordova-app-test-harness/update.sh @@ -1,5 +1,5 @@ # Pass an arg like --all to rebuild everything -if [ $# -gt 0 ]; then +if [ $# -gt 0 -o ! -d platforms -o ! -d plugins ]; then rm -rf platforms rm -rf plugins mkdir platforms http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/42f74c39/cordova-app-test-harness/www/last_update ---------------------------------------------------------------------- diff --git a/cordova-app-test-harness/www/last_update b/cordova-app-test-harness/www/last_update deleted file mode 100644 index 8884c8a..0000000 --- a/cordova-app-test-harness/www/last_update +++ /dev/null @@ -1 +0,0 @@ -Thu Apr 24 12:18:00 EDT 2014
