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 285B010FC1 for ; Sun, 8 Dec 2013 19:53:41 +0000 (UTC) Received: (qmail 41042 invoked by uid 500); 8 Dec 2013 19:53:40 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 41013 invoked by uid 500); 8 Dec 2013 19:53:40 -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 40999 invoked by uid 99); 8 Dec 2013 19:53:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Dec 2013 19:53:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 797ED8AB886; Sun, 8 Dec 2013 19:53:40 +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 Date: Sun, 08 Dec 2013 19:53:40 -0000 Message-Id: <2a18ddbf0847438393d4141249e07686@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/Document-Extensions to cd722d6 Updated Branches: refs/heads/Document-Extensions [created] cd722d6fd remove initialize Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c23257ba Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c23257ba Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c23257ba Branch: refs/heads/Document-Extensions Commit: c23257ba6c47ec04a5a49632e6e2eade4ad21c33 Parents: fffc790 Author: suelockwood Authored: Thu Dec 5 15:06:17 2013 -0500 Committer: suelockwood Committed: Thu Dec 5 15:06:17 2013 -0500 ---------------------------------------------------------------------- src/fauxton/app/initialize.js | 33 --------------------------------- 1 file changed, 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/c23257ba/src/fauxton/app/initialize.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/initialize.js b/src/fauxton/app/initialize.js deleted file mode 100644 index 7a4a1c1..0000000 --- a/src/fauxton/app/initialize.js +++ /dev/null @@ -1,33 +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. - -/* - * ::WARNING:: - * THIS IS A GENERATED FILE. DO NOT EDIT. - */ - - -define([], -function() { - // Provide a global location to place configuration settings and module - // creation. - var app = { - // The root path to run the application. - root: "/utils/fauxton/", - version: "1.0", - // Host is used as prefix for urls - host: "../.." , - }; - - return app; -}); -