You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/13 01:33:26 UTC

[7/8] git commit: CB:4657 added ffos support to cli

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/master
Commit: 91961372146b07428566fcad74e88e82badff7ae
Parents: ad5a3e4
Author: Steven Gill <st...@gmail.com>
Authored: Fri Aug 23 20:52:25 2013 -0700
Committer: Steven Gill <st...@gmail.com>
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": "sam@quickleft.com"},
     {"name": "Tommy-Carlos Williams", "email": "tommy@devgeeks.org"},
     {"name": "Rubén Norte", "email": "rubennorte@gmail.com"},
-    {"name": "Germano Gabbianelli", "email": "tyrion.mx@gmail.com"}
+    {"name": "Germano Gabbianelli", "email": "tyrion.mx@gmail.com"},
+    {"name": "Steven Gill", "email": "stevengill97@gmail.com"}
   ],
   "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'
     }
 };