Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1964998C for ; Wed, 16 May 2012 18:37:51 +0000 (UTC) Received: (qmail 49862 invoked by uid 500); 16 May 2012 18:37:51 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 49842 invoked by uid 500); 16 May 2012 18:37:51 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 49835 invoked by uid 99); 16 May 2012 18:37:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 18:37:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6147A163F4; Wed, 16 May 2012 18:37:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: android commit: Added JUnit to the README, removed WebDriver for now. Need to figure out distribution. Message-Id: <20120516183751.6147A163F4@tyr.zones.apache.org> Date: Wed, 16 May 2012 18:37:51 +0000 (UTC) Updated Branches: refs/heads/CordovaWebView c6851cf7c -> 0437d6cc1 Added JUnit to the README, removed WebDriver for now. Need to figure out distribution. 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/0437d6cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/0437d6cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/0437d6cc Branch: refs/heads/CordovaWebView Commit: 0437d6cc1a58cb7f494607c8e21eae2939efdb0f Parents: c6851cf Author: Joe Bowser Authored: Wed May 16 11:37:38 2012 -0700 Committer: Joe Bowser Committed: Wed May 16 11:37:38 2012 -0700 ---------------------------------------------------------------------- README.md | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/0437d6cc/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c11708f..8060376 100755 --- a/README.md +++ b/README.md @@ -22,9 +22,6 @@ Requires Test Requirements --- -- Android WebDriver Library (included with SDK, copied from extras directory. -- Android WebDriver - built from source from [http://code.google.com/p/selenium/](http://code.google.com/p/selenium/) -- Google Guava - [https://code.google.com/p/guava-libraries/](https://code.google.com/p/guava-libraries/) - JUnit - [https://github.com/KentBeck/junit](https://github.com/KentBeck/junit) Building