Updated Branches:
  refs/heads/master 8d0e80620 -> 0c484ddcf

Make Eclipse recognize framework as a library project

Instructions are here:
http://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject


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

Branch: refs/heads/master
Commit: 0c484ddcf7eae1f501b467eaab7c4ed56737e8a8
Parents: 8d0e806
Author: Andrew Grieve <agri...@chromium.org>
Authored: Wed Aug 8 23:38:32 2012 -0400
Committer: Andrew Grieve <agri...@chromium.org>
Committed: Mon Aug 20 14:22:48 2012 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/0c484ddc/framework/.classpath
----------------------------------------------------------------------
diff --git a/framework/.classpath b/framework/.classpath
index b920436..350a98b 100644
--- a/framework/.classpath
+++ b/framework/.classpath
@@ -4,5 +4,6 @@
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="gen"/>
        <classpathentry kind="lib" path="libs/commons-codec-1.6.jar"/>
+       <classpathentry exported="true" 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/0c484ddc/framework/project.properties
----------------------------------------------------------------------
diff --git a/framework/project.properties b/framework/project.properties
index 79cfca9..4383e57 100644
--- a/framework/project.properties
+++ b/framework/project.properties
@@ -13,3 +13,4 @@ split.density=false
 target=Google Inc.:Google APIs:16
 apk-configurations=
 renderscript.opt.level=O0
+android.library=true

Reply via email to