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

[2/18] android commit: Modifying generated classpath

Modifying generated classpath


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

Branch: refs/heads/CordovaWebView
Commit: 21f6d9c527e3368caf4ebab5241afe2f0621a2bc
Parents: 8e0c3c1
Author: Joe Bowser <bo...@apache.org>
Authored: Mon May 7 15:52:49 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon May 7 15:52:49 2012 -0700

----------------------------------------------------------------------
 framework/.classpath |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/21f6d9c5/framework/.classpath
----------------------------------------------------------------------
diff --git a/framework/.classpath b/framework/.classpath
index ae95abc..b920436 100644
--- a/framework/.classpath
+++ b/framework/.classpath
@@ -3,6 +3,6 @@
 	<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.3.jar"/>
+	<classpathentry kind="lib" path="libs/commons-codec-1.6.jar"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>