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 88B06F71A for ; Tue, 1 Oct 2013 15:01:21 +0000 (UTC) Received: (qmail 66259 invoked by uid 500); 1 Oct 2013 15:01:21 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 66215 invoked by uid 500); 1 Oct 2013 15:01:20 -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 66172 invoked by uid 99); 1 Oct 2013 15:01:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 15:01:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3AA528ACA49; Tue, 1 Oct 2013 15:01:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Date: Tue, 01 Oct 2013 15:01:22 -0000 Message-Id: <279e9812d39f496f93b4f2099230ee5d@git.apache.org> In-Reply-To: <19abcc23ab79480390bfcf7847080a1f@git.apache.org> References: <19abcc23ab79480390bfcf7847080a1f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/7] git commit: added firefoxos added firefoxos Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/dcf5250c Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/dcf5250c Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/dcf5250c Branch: refs/heads/master Commit: dcf5250cc710989f5673e634614eb6ed23689a04 Parents: 3564f28 Author: Steven Gill Authored: Thu Sep 19 16:44:44 2013 -0700 Committer: Marcel Kinard Committed: Tue Oct 1 10:56:26 2013 -0400 ---------------------------------------------------------------------- coho | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/dcf5250c/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index 46619c1..0dc6912 100755 --- a/coho +++ b/coho @@ -94,6 +94,13 @@ var platformRepos = [ cordovaJsSrcName: 'cordova.windowsphone.js', cordovaJsPaths: ['common/www/cordova.js'] }, { + title: 'Firefox OS', + id: 'firefoxos', + repoName: 'cordova-firefoxos', + jiraComponentName: 'FirefoxOS', + cordovaJsSrcName: 'cordova.firefoxos.js', + cordovaJsPaths: ['cordova-lib/cordova.js'] + }, { title: 'Mac OSX', id: 'osx', repoName: 'cordova-osx',