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 14A14109B7 for ; Thu, 3 Oct 2013 14:13:32 +0000 (UTC) Received: (qmail 29979 invoked by uid 500); 3 Oct 2013 14:13:27 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 28928 invoked by uid 500); 3 Oct 2013 14:13:21 -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 28386 invoked by uid 99); 3 Oct 2013 14:13: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; Thu, 03 Oct 2013 14:13:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BF0B390E729; Thu, 3 Oct 2013 14:13:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Thu, 03 Oct 2013 14:13:22 -0000 Message-Id: In-Reply-To: <9351b938e1204588abbb8b05c490028f@git.apache.org> References: <9351b938e1204588abbb8b05c490028f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/42] git commit: updated refs/heads/master to a4d6cd4 remove ebin Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/dcab0f25 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/dcab0f25 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/dcab0f25 Branch: refs/heads/master Commit: dcab0f255ed5eba8bd7def26cf3d28509c43a230 Parents: bbbbd50 Author: Jan Lehnardt Authored: Wed Jul 31 19:12:18 2013 +0200 Committer: Jan Lehnardt Committed: Thu Oct 3 16:04:51 2013 +0200 ---------------------------------------------------------------------- src/couch_plugins/ebin/couch_plugins.app | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/dcab0f25/src/couch_plugins/ebin/couch_plugins.app ---------------------------------------------------------------------- diff --git a/src/couch_plugins/ebin/couch_plugins.app b/src/couch_plugins/ebin/couch_plugins.app deleted file mode 100644 index b67645e..0000000 --- a/src/couch_plugins/ebin/couch_plugins.app +++ /dev/null @@ -1,9 +0,0 @@ -{application,couch_plugins, - [{description,"A CouchDB Plugin Installer"}, - {vsn,"1"}, - {registered,[]}, - {applications,[kernel,stdlib]}, - {mod,{couch_plugins_app,[]}}, - {env,[]}, - {modules,[couch_plugins,couch_plugins_app,couch_plugins_httpd, - couch_plugins_sup]}]}.