From 0437d6cc1a58cb7f494607c8e21eae2939efdb0f Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 16 May 2012 11:37:38 -0700 Subject: [PATCH] Added JUnit to the README, removed WebDriver for now. Need to figure out distribution. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c11708f2..80603761 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