Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80E05DFEF for ; Fri, 19 Oct 2012 22:27:58 +0000 (UTC) Received: (qmail 19215 invoked by uid 500); 19 Oct 2012 22:27:58 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 19191 invoked by uid 500); 19 Oct 2012 22:27:58 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 19183 invoked by uid 99); 19 Oct 2012 22:27:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2012 22:27:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 26527191FE; Fri, 19 Oct 2012 22:27:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: if db.properties.override missing, shouldn't panic Message-Id: <20121019222758.26527191FE@tyr.zones.apache.org> Date: Fri, 19 Oct 2012 22:27:58 +0000 (UTC) Updated Branches: refs/heads/javelin 8ef9e32cf -> b104d22b7 if db.properties.override missing, shouldn't panic Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b104d22b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b104d22b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b104d22b Branch: refs/heads/javelin Commit: b104d22b777089deded266c19200bd1d571df232 Parents: f6ac4db Author: Edison Su Authored: Wed Oct 10 16:20:35 2012 -0700 Committer: Edison Su Committed: Fri Oct 19 15:27:44 2012 -0700 ---------------------------------------------------------------------- .gitignore | 1 + developer/pom.xml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b104d22b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 3db1674..8a80bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ awsapi/modules/* .project .settings.xml .settings/ +db.properties.override http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b104d22b/developer/pom.xml ---------------------------------------------------------------------- diff --git a/developer/pom.xml b/developer/pom.xml index 74edead..d2352c2 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -56,6 +56,7 @@ ${project.parent.basedir}/utils/conf/db.properties ${project.parent.basedir}/utils/conf/db.properties.override + true