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 5C8F01174F for ; Thu, 15 May 2014 03:07:03 +0000 (UTC) Received: (qmail 6314 invoked by uid 500); 10 May 2014 21:58:33 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 78376 invoked by uid 500); 10 May 2014 21:57:07 -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 62183 invoked by uid 99); 10 May 2014 21:56:22 -0000 Received: from Unknown (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 21:56:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A6F7199926E; Sat, 10 May 2014 00:02:47 +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 cordova-lib to cadence release, removed docs Date: Sat, 10 May 2014 00:02:47 +0000 (UTC) Repository: cordova-coho Updated Branches: refs/heads/master f72d79eca -> 8b52ae720 added cordova-lib to cadence release, removed docs Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/8b52ae72 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/8b52ae72 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/8b52ae72 Branch: refs/heads/master Commit: 8b52ae7203c55f08102d25972c02d8415f99b703 Parents: f72d79e Author: Steven Gill Authored: Fri May 9 17:02:43 2014 -0700 Committer: Steven Gill Committed: Fri May 9 17:02:43 2014 -0700 ---------------------------------------------------------------------- src/repoutil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/8b52ae72/src/repoutil.js ---------------------------------------------------------------------- diff --git a/src/repoutil.js b/src/repoutil.js index 3826767..9bdefc1 100644 --- a/src/repoutil.js +++ b/src/repoutil.js @@ -373,7 +373,7 @@ var repoGroups = { 'active-platform': platformRepos.filter(function(r) { return !r.inactive }), 'release-repos': allRepos.filter(function(r) { return !r.inactive }) }; -repoGroups['cadence'] = repoGroups['active-platform'].concat([getRepoById('cli'), getRepoById('js'), getRepoById('mobile-spec'), getRepoById('app-hello-world'), getRepoById('docs')]); +repoGroups['cadence'] = repoGroups['active-platform'].concat([getRepoById('cli'), getRepoById('js'), getRepoById('mobile-spec'), getRepoById('app-hello-world'), getRepoById('cordova-lib')]); repoGroups.__defineGetter__('auto', function() { return allRepos.filter(function(repo) {