Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 3F80111D48 for ; Thu, 31 Jul 2014 21:24:52 +0000 (UTC) Received: (qmail 61267 invoked by uid 500); 31 Jul 2014 21:24:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 61068 invoked by uid 500); 31 Jul 2014 21:24:51 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 59660 invoked by uid 99); 31 Jul 2014 21:24:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 21:24:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A27CC95194F; Thu, 31 Jul 2014 21:24:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Thu, 31 Jul 2014 21:25:16 -0000 Message-Id: <65627abd45ad49438992aa496b7ae8ef@git.apache.org> In-Reply-To: <57972a0295b04374b8954c7eaa4c11bd@git.apache.org> References: <57972a0295b04374b8954c7eaa4c11bd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/50] folsom commit: updated refs/heads/import-master to 4824aec Revert "Add bear to start applications" This reverts commit d46722d9d28920e624cb4f1401ba3b9e920ef5fc. Project: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/commit/7032b844 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/tree/7032b844 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/diff/7032b844 Branch: refs/heads/import-master Commit: 7032b84473f2cf8863a1d52c6333340bcc26a7f5 Parents: eeb4c36 Author: Joe Williams Authored: Mon Nov 4 10:47:04 2013 -0800 Committer: Joe Williams Committed: Mon Nov 4 10:51:03 2013 -0800 ---------------------------------------------------------------------- src/folsom.app.src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/7032b844/src/folsom.app.src ---------------------------------------------------------------------- diff --git a/src/folsom.app.src b/src/folsom.app.src index 81b1451..3380bed 100644 --- a/src/folsom.app.src +++ b/src/folsom.app.src @@ -8,8 +8,7 @@ folsom_sup]}, {applications, [ kernel, - stdlib, - bear + stdlib ]}, {env, []}, {mod, {folsom, []}}