Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D58C810528 for ; Fri, 23 Aug 2013 22:05:59 +0000 (UTC) Received: (qmail 19805 invoked by uid 500); 23 Aug 2013 22:05:59 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 19779 invoked by uid 500); 23 Aug 2013 22:05:59 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 19734 invoked by uid 99); 23 Aug 2013 22:05:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Aug 2013 22:05:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7B7C88C421A; Fri, 23 Aug 2013 22:05:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 23 Aug 2013 22:06:00 -0000 Message-Id: In-Reply-To: <0f2ba56962c34fec94002ae34b49c70a@git.apache.org> References: <0f2ba56962c34fec94002ae34b49c70a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/5] 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/ffos Commit: a3d8ce7972cbe8671c5e28cc6e3b666fa80e0382 Parents: 0d1aa9b Author: James Long Authored: Wed Aug 14 15:55:55 2013 -0400 Committer: James Long 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' } };