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 3C6A3102D2 for ; Fri, 7 Jun 2013 00:18:02 +0000 (UTC) Received: (qmail 20882 invoked by uid 500); 7 Jun 2013 00:18:02 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 20826 invoked by uid 500); 7 Jun 2013 00:18:02 -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 20818 invoked by uid 99); 7 Jun 2013 00:18:02 -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, 07 Jun 2013 00:18:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D0124813E26; Fri, 7 Jun 2013 00:18:01 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: added cli to release Date: Fri, 7 Jun 2013 00:18:01 +0000 (UTC) Updated Branches: refs/heads/master 1f4d7b4b6 -> 409bf8371 added cli to release Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/409bf837 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/409bf837 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/409bf837 Branch: refs/heads/master Commit: 409bf837136d183324b88c06d1cb9a5967fc9636 Parents: 1f4d7b4 Author: steven gill Authored: Thu Jun 6 17:17:48 2013 -0700 Committer: steven gill Committed: Thu Jun 6 17:17:48 2013 -0700 ---------------------------------------------------------------------- coho | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/409bf837/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index 5391792..5885b9a 100755 --- a/coho +++ b/coho @@ -139,7 +139,7 @@ var otherRepos = [ title: 'Cordova CLI', id: 'cli', repoName: 'cordova-cli', - inactive: true, // Not on the same release schedule as the rest of Cordova + inactive: false, // Not on the same release schedule as the rest of Cordova }, { title: 'Cordova Plugman', id: 'plugman',