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 6E4CB11F23 for ; Tue, 19 Aug 2014 18:34:51 +0000 (UTC) Received: (qmail 34214 invoked by uid 500); 19 Aug 2014 18:34:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 34161 invoked by uid 500); 19 Aug 2014 18:34: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 34151 invoked by uid 99); 19 Aug 2014 18:34:51 -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, 19 Aug 2014 18:34:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 13B7C8BFD25; Tue, 19 Aug 2014 18:34:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: fauxton commit: updated refs/heads/secondary-indexes to 37c4162 Date: Tue, 19 Aug 2014 18:34:51 +0000 (UTC) Repository: couchdb-fauxton Updated Branches: refs/heads/secondary-indexes ace9c917a -> 37c4162b1 remove index-components placeholder file Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/37c4162b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/37c4162b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/37c4162b Branch: refs/heads/secondary-indexes Commit: 37c4162b17fe20ad88a367a70df20784db8f2099 Parents: ace9c91 Author: deathbearbrown Authored: Tue Aug 19 14:34:49 2014 -0400 Committer: deathbearbrown Committed: Tue Aug 19 14:34:49 2014 -0400 ---------------------------------------------------------------------- app/addons/indexes/index-components.js | 30 ----------------------------- 1 file changed, 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/37c4162b/app/addons/indexes/index-components.js ---------------------------------------------------------------------- diff --git a/app/addons/indexes/index-components.js b/app/addons/indexes/index-components.js deleted file mode 100644 index 1ec34e2..0000000 --- a/app/addons/indexes/index-components.js +++ /dev/null @@ -1,30 +0,0 @@ -// Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy of -// the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -// License for the specific language governing permissions and limitations under -// the License. - - -/* - Index components includes any common, generic, and reusable code for creating secondary indexes - View functions, List functions, Show Functions, and Filter functions, as well as anything created by - couchdb affiliates. -*/ - -define([ - "app", - "api" -], - -function(app, FauxtonAPI) { - var Components = {}; - - - return Components; -});