Two +1s sounds good to me! If it causes trouble, it's pretty trivial to roll back.
Commit: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=commit;h=0c484ddcf7eae1f501b467eaab7c4ed56737e8a8 On Mon, Aug 20, 2012 at 2:17 PM, Simon MacDonald <simon.macdon...@gmail.com>wrote: > I think this is a good idea too. > > Simon Mac Donald > http://hi.im/simonmacdonald > > > On Mon, Aug 20, 2012 at 2:11 PM, Andrew Grieve <agri...@google.com> wrote: > > > The ADT has support for library projects: > > > > > > > http://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject > > > > We're not using this, but I've been using it locally and think it makes > > things much easier when hacking on the framework (make a change and push > > play instead of having to recreate jars). > > > > Any objections to checking this in? > > > > The exact change is: > > > > Add this line to framework/.classpath: > > <classpathentry exported="true" kind="con" > > > > Add this line to a/framework/project.properties: > > android.library=true > > >