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:21 UTC

[2/8] git commit: change firefoxos link to tarball

change firefoxos link to tarball


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

Branch: refs/heads/master
Commit: a3d8ce7972cbe8671c5e28cc6e3b666fa80e0382
Parents: 0d1aa9b
Author: James Long <lo...@gmail.com>
Authored: Wed Aug 14 15:55:55 2013 -0400
Committer: James Long <lo...@gmail.com>
Committed: Wed Aug 14 15:55:55 2013 -0400

----------------------------------------------------------------------
 platforms.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/a3d8ce79/platforms.js
----------------------------------------------------------------------
diff --git a/platforms.js b/platforms.js
index de2c2be..248100d 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.git',
+        url    : 'https://github.com/jlongster/cordova-firefoxos/archive/0.0.1.tar.gz',
         version: '3.0.0'
     }
 };