Updated Branches: refs/heads/CordovaWebView ea81b97bf -> 80ec23887
Fixed the bug caused when running on Eclipse 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/80ec2388 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/80ec2388 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/80ec2388 Branch: refs/heads/CordovaWebView Commit: 80ec23887e4ccb031e0930e7bc2407f95cdd4282 Parents: ea81b97 Author: Joe Bowser <[email protected]> Authored: Mon Apr 23 14:43:54 2012 -0700 Committer: Joe Bowser <[email protected]> Committed: Mon Apr 23 14:43:54 2012 -0700 ---------------------------------------------------------------------- test/.classpath | 10 +--------- test/.project | 2 +- test/project.properties | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/80ec2388/test/.classpath ---------------------------------------------------------------------- diff --git a/test/.classpath b/test/.classpath index 2db98e7..a4763d1 100644 --- a/test/.classpath +++ b/test/.classpath @@ -3,14 +3,6 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> - <classpathentry kind="lib" path="libs/android_library.jar"/> - <classpathentry kind="lib" path="libs/android_webdriver_library.jar"/> - <classpathentry kind="lib" path="libs/android.jar"/> - <classpathentry kind="lib" path="libs/base.jar"/> - <classpathentry kind="lib" path="libs/commons-codec-1.3.jar"/> - <classpathentry kind="lib" path="libs/cordova-1.6.0.jar"/> - <classpathentry kind="lib" path="libs/guava-10.0.1.jar"/> - <classpathentry kind="lib" path="libs/junit-4.10.jar"/> - <classpathentry kind="lib" path="libs/logging.jar"/> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/80ec2388/test/.project ---------------------------------------------------------------------- diff --git a/test/.project b/test/.project index d31f9d7..8f21f7f 100644 --- a/test/.project +++ b/test/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>CordovaTest</name> + <name>PhoneGapViewTestActivity</name> <comment></comment> <projects> </projects> http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/80ec2388/test/project.properties ---------------------------------------------------------------------- diff --git a/test/project.properties b/test/project.properties index 4bcb2f5..9aa0dfa 100644 --- a/test/project.properties +++ b/test/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=Google Inc.:Google APIs:14 +target=Google Inc.:Google APIs:15
