You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/08/18 16:01:03 UTC

[5/5] android commit: Merge branch 'gradle-build-3.x'

Merge branch 'gradle-build-3.x'

This introduces the gradle build system to Cordova-android, behind a flag currently


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/404ce8bc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/404ce8bc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/404ce8bc

Branch: refs/heads/master
Commit: 404ce8bc3e1225d3a4a2789e9b9b4689943d0f96
Parents: 95aa5c9 a91bd09
Author: Ian Clelland <ic...@chromium.org>
Authored: Mon Aug 18 09:58:01 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Mon Aug 18 09:58:01 2014 -0400

----------------------------------------------------------------------
 bin/lib/check_reqs.js                  |  18 +++
 bin/lib/create.js                      |  22 ++-
 bin/node_modules/which/LICENSE         |  23 +++
 bin/node_modules/which/README.md       |   5 +
 bin/node_modules/which/bin/which       |  14 ++
 bin/node_modules/which/package.json    |  31 ++++
 bin/node_modules/which/which.js        | 104 +++++++++++++
 bin/templates/cordova/build            |  10 +-
 bin/templates/cordova/lib/build.js     | 231 +++++++++++++++++++++-------
 bin/templates/project/build.gradle     |  81 ++++++++++
 bin/templates/project/libraries.gradle |   7 +
 bin/templates/project/settings.gradle  |   1 +
 framework/build.gradle                 |  33 ++++
 13 files changed, 522 insertions(+), 58 deletions(-)
----------------------------------------------------------------------