You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2012/09/28 20:37:29 UTC

[3/3] android commit: Update .classpath file to use commons-codec-1.7.jar

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 <ag...@chromium.org>
Authored: Fri Sep 28 14:27:38 2012 -0400
Committer: Andrew Grieve <ag...@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>