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/05/08 00:57:57 UTC

[3/18] android commit: Updating README telling people to copy commons-codec

Updating README telling people to copy commons-codec


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

Branch: refs/heads/CordovaWebView
Commit: 8e0c3c1fa174fc387354b741e29a2e3128e73203
Parents: 9e10160
Author: Joe Bowser <bo...@apache.org>
Authored: Mon May 7 15:52:34 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon May 7 15:52:34 2012 -0700

----------------------------------------------------------------------
 README.md |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8e0c3c1f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index dfff009..53a3a45 100755
--- a/README.md
+++ b/README.md
@@ -18,12 +18,15 @@ Requires
 - Java JDK 1.5
 - Apache ANT
 - Android SDK [http://developer.android.com](http://developer.android.com)
-
+- Apache Commons Codec [http://commons.apache.org/codec/](http://commons.apache.org/codec/)
 
 Building
 ---
 
-To create your cordova.jar, run in the framework directory:
+To create your cordova.jar, copy the commons codec:
+    mv commons-codec-1.6.jar framework/libs
+
+then run in the framework directory:
 
     android update project -p . -t android-15
     ant jar