Updated Branches:
  refs/heads/CordovaWebView e28f09e95 -> 8ab173337

Removing the hacked-up jars that I used to get this to work, since I can't 
distribute them


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/8ab17333
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/8ab17333
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/8ab17333

Branch: refs/heads/CordovaWebView
Commit: 8ab1733374efc2918ff94d0e2b58a25692228b3c
Parents: e28f09e
Author: Joe Bowser <bows...@apache.org>
Authored: Mon May 7 16:30:24 2012 -0700
Committer: Joe Bowser <bows...@apache.org>
Committed: Mon May 7 16:30:24 2012 -0700

----------------------------------------------------------------------
 README.md                               |    7 +++++++
 test/libs/android.jar                   |  Bin 3146 -> 0 bytes
 test/libs/android_library.jar           |  Bin 259575 -> 0 bytes
 test/libs/android_webdriver_library.jar |  Bin 425748 -> 0 bytes
 test/libs/base.jar                      |  Bin 2718 -> 0 bytes
 test/libs/commons-codec-1.3.jar         |  Bin 46725 -> 0 bytes
 test/libs/guava-10.0.1.jar              |  Bin 1501575 -> 0 bytes
 test/libs/junit-4.10.jar                |  Bin 253160 -> 0 bytes
 test/libs/logging.jar                   |  Bin 5749 -> 0 bytes
 9 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 53a3a45..11ef4f9 100755
--- a/README.md
+++ b/README.md
@@ -20,6 +20,13 @@ Requires
 - Android SDK [http://developer.android.com](http://developer.android.com)
 - Apache Commons Codec 
[http://commons.apache.org/codec/](http://commons.apache.org/codec/)
 
+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
 ---
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/android.jar
----------------------------------------------------------------------
diff --git a/test/libs/android.jar b/test/libs/android.jar
deleted file mode 100644
index 8854842..0000000
Binary files a/test/libs/android.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/android_library.jar
----------------------------------------------------------------------
diff --git a/test/libs/android_library.jar b/test/libs/android_library.jar
deleted file mode 100644
index 53029ee..0000000
Binary files a/test/libs/android_library.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/android_webdriver_library.jar
----------------------------------------------------------------------
diff --git a/test/libs/android_webdriver_library.jar 
b/test/libs/android_webdriver_library.jar
deleted file mode 100644
index d38a630..0000000
Binary files a/test/libs/android_webdriver_library.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/base.jar
----------------------------------------------------------------------
diff --git a/test/libs/base.jar b/test/libs/base.jar
deleted file mode 100644
index bc2d933..0000000
Binary files a/test/libs/base.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/commons-codec-1.3.jar
----------------------------------------------------------------------
diff --git a/test/libs/commons-codec-1.3.jar b/test/libs/commons-codec-1.3.jar
deleted file mode 100644
index 957b675..0000000
Binary files a/test/libs/commons-codec-1.3.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/guava-10.0.1.jar
----------------------------------------------------------------------
diff --git a/test/libs/guava-10.0.1.jar b/test/libs/guava-10.0.1.jar
deleted file mode 100644
index d107c0f..0000000
Binary files a/test/libs/guava-10.0.1.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/junit-4.10.jar
----------------------------------------------------------------------
diff --git a/test/libs/junit-4.10.jar b/test/libs/junit-4.10.jar
deleted file mode 100644
index bf5c0b9..0000000
Binary files a/test/libs/junit-4.10.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8ab17333/test/libs/logging.jar
----------------------------------------------------------------------
diff --git a/test/libs/logging.jar b/test/libs/logging.jar
deleted file mode 100644
index e708029..0000000
Binary files a/test/libs/logging.jar and /dev/null differ

Reply via email to