Update .classpath file to use commons-codec-1.7.jar
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/6f19a50c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/6f19a50c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/6f19a50c Branch: refs/heads/master Commit: 6f19a50c9843bbec41de6146dfa3047baf8d9a4b Parents: c7ce959 Author: Andrew Grieve <agri...@chromium.org> Authored: Fri Sep 28 14:27:38 2012 -0400 Committer: Andrew Grieve <agri...@chromium.org> Committed: Fri Sep 28 14:27:38 2012 -0400 ---------------------------------------------------------------------- framework/.classpath | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/6f19a50c/framework/.classpath ---------------------------------------------------------------------- diff --git a/framework/.classpath b/framework/.classpath index 350a98b..1b06df2 100644 --- a/framework/.classpath +++ b/framework/.classpath @@ -3,7 +3,7 @@ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> - <classpathentry kind="lib" path="libs/commons-codec-1.6.jar"/> + <classpathentry kind="lib" path="libs/commons-codec-1.7.jar"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath>