Updated Branches: refs/heads/ffos ad5a3e4f1 -> 919613721
CB:4657 added ffos support to cli Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/91961372 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/91961372 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/91961372 Branch: refs/heads/ffos Commit: 91961372146b07428566fcad74e88e82badff7ae Parents: ad5a3e4 Author: Steven Gill <[email protected]> Authored: Fri Aug 23 20:52:25 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Fri Aug 23 20:52:25 2013 -0700 ---------------------------------------------------------------------- package.json | 3 ++- platforms.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/91961372/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index e4a3932..904c5c6 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,8 @@ {"name": "Sam Breed", "email": "[email protected]"}, {"name": "Tommy-Carlos Williams", "email": "[email protected]"}, {"name": "Rubén Norte", "email": "[email protected]"}, - {"name": "Germano Gabbianelli", "email": "[email protected]"} + {"name": "Germano Gabbianelli", "email": "[email protected]"}, + {"name": "Steven Gill", "email": "[email protected]"} ], "license": "Apache version 2.0" } http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/91961372/platforms.js ---------------------------------------------------------------------- diff --git a/platforms.js b/platforms.js index 248100d..554fa76 100644 --- a/platforms.js +++ b/platforms.js @@ -49,7 +49,7 @@ module.exports = { }, 'firefoxos':{ parser: require('./src/metadata/firefoxos_parser'), - url : 'https://github.com/jlongster/cordova-firefoxos/archive/0.0.1.tar.gz', + url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-firefoxos.git', version: '3.0.0' } };
