You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/12/15 14:33:02 UTC

[13/37] cordova-ubuntu git commit: Merge pull request #4 from jfmoy/arch-refactor

Merge pull request #4 from jfmoy/arch-refactor

Separated ubuntu.js in multiple tasks files for better maintainability. ...

Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/9d827383
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/9d827383
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/9d827383

Branch: refs/heads/master
Commit: 9d8273838db765b37bb71db3de1de853e7f5c3d5
Parents: eb7c05c c376721
Author: Maxim Ermilov <za...@rambler.ru>
Authored: Thu Nov 6 12:52:29 2014 +0300
Committer: Maxim Ermilov <za...@rambler.ru>
Committed: Thu Nov 6 12:52:29 2014 +0300

----------------------------------------------------------------------
 bin/build/build                                |  32 -
 bin/build/clean                                |  28 -
 bin/build/lib/msg.js                           |  25 -
 bin/build/lib/templates/changelog              |   7 -
 bin/build/lib/templates/compat                 |   1 -
 bin/build/lib/templates/control                |  17 -
 bin/build/lib/templates/cordova.desktop        |   7 -
 bin/build/lib/templates/install                |   3 -
 bin/build/lib/templates/rules                  |  27 -
 bin/build/lib/ubuntu.js                        | 610 --------------------
 bin/build/run                                  |  32 -
 bin/build/version                              |  25 -
 bin/check_reqs                                 |  14 +-
 bin/create                                     |  57 +-
 bin/lib/check_reqs.js                          |  92 +++
 bin/lib/create.js                              |  63 ++
 bin/lib/update.js                              |  68 +++
 bin/package.json                               |  37 --
 bin/templates/project/cordova/build            |  33 ++
 bin/templates/project/cordova/clean            |  27 +
 bin/templates/project/cordova/defaults.xml     |  33 ++
 bin/templates/project/cordova/lib/build.js     | 352 +++++++++++
 bin/templates/project/cordova/lib/constants.js |  33 ++
 bin/templates/project/cordova/lib/device.js    |  72 +++
 bin/templates/project/cordova/lib/msg.js       |  25 +
 bin/templates/project/cordova/lib/run.js       | 137 +++++
 bin/templates/project/cordova/lib/utils.js     |  72 +++
 bin/templates/project/cordova/run              |  33 ++
 bin/templates/project/cordova/version          |  25 +
 bin/templates/project/misc/changelog           |   7 +
 bin/templates/project/misc/compat              |   1 +
 bin/templates/project/misc/control             |  17 +
 bin/templates/project/misc/cordova.desktop     |   7 +
 bin/templates/project/misc/install             |   3 +
 bin/templates/project/misc/rules               |  27 +
 bin/update                                     |  43 +-
 package.json                                   |  30 +-
 37 files changed, 1175 insertions(+), 947 deletions(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org