Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-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 66B7011DA9 for ; Thu, 28 Aug 2014 05:44:18 +0000 (UTC) Received: (qmail 82348 invoked by uid 500); 28 Aug 2014 05:44:17 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 82248 invoked by uid 500); 28 Aug 2014 05:44:17 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 82097 invoked by uid 99); 28 Aug 2014 05:44:17 -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, 28 Aug 2014 05:44:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4EFDCA01EBB; Thu, 28 Aug 2014 05:44:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Thu, 28 Aug 2014 05:44:17 -0000 Message-Id: <3016637367e949eb9d76434a8d0582be@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: Adds default velocity.properties with disabled logging Repository: struts Updated Branches: refs/heads/develop 69baf692a -> da2f2a5ae Adds default velocity.properties with disabled logging Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/c1c10e01 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/c1c10e01 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/c1c10e01 Branch: refs/heads/develop Commit: c1c10e017beb95e18dd6e63676a4bd1dddfc05a8 Parents: 69baf69 Author: Lukasz Lenart Authored: Tue Aug 26 08:37:17 2014 +0200 Committer: Lukasz Lenart Committed: Tue Aug 26 08:37:17 2014 +0200 ---------------------------------------------------------------------- apps/blank/src/main/resources/velocity.properties | 1 + apps/jboss-blank/src/main/resources/velocity.properties | 1 + apps/mailreader/src/main/resources/velocity.properties | 1 + apps/portlet/src/main/resources/velocity.properties | 1 + apps/rest-showcase/src/main/resources/velocity.properties | 1 + apps/showcase/src/main/resources/velocity.properties | 1 + 6 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/c1c10e01/apps/blank/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/apps/blank/src/main/resources/velocity.properties b/apps/blank/src/main/resources/velocity.properties new file mode 100644 index 0000000..6299831 --- /dev/null +++ b/apps/blank/src/main/resources/velocity.properties @@ -0,0 +1 @@ +runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute http://git-wip-us.apache.org/repos/asf/struts/blob/c1c10e01/apps/jboss-blank/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/apps/jboss-blank/src/main/resources/velocity.properties b/apps/jboss-blank/src/main/resources/velocity.properties new file mode 100644 index 0000000..6299831 --- /dev/null +++ b/apps/jboss-blank/src/main/resources/velocity.properties @@ -0,0 +1 @@ +runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute http://git-wip-us.apache.org/repos/asf/struts/blob/c1c10e01/apps/mailreader/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/apps/mailreader/src/main/resources/velocity.properties b/apps/mailreader/src/main/resources/velocity.properties new file mode 100644 index 0000000..6299831 --- /dev/null +++ b/apps/mailreader/src/main/resources/velocity.properties @@ -0,0 +1 @@ +runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute http://git-wip-us.apache.org/repos/asf/struts/blob/c1c10e01/apps/portlet/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/apps/portlet/src/main/resources/velocity.properties b/apps/portlet/src/main/resources/velocity.properties new file mode 100644 index 0000000..6299831 --- /dev/null +++ b/apps/portlet/src/main/resources/velocity.properties @@ -0,0 +1 @@ +runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute http://git-wip-us.apache.org/repos/asf/struts/blob/c1c10e01/apps/rest-showcase/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/apps/rest-showcase/src/main/resources/velocity.properties b/apps/rest-showcase/src/main/resources/velocity.properties new file mode 100644 index 0000000..6299831 --- /dev/null +++ b/apps/rest-showcase/src/main/resources/velocity.properties @@ -0,0 +1 @@ +runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute http://git-wip-us.apache.org/repos/asf/struts/blob/c1c10e01/apps/showcase/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/apps/showcase/src/main/resources/velocity.properties b/apps/showcase/src/main/resources/velocity.properties new file mode 100644 index 0000000..6299831 --- /dev/null +++ b/apps/showcase/src/main/resources/velocity.properties @@ -0,0 +1 @@ +runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute