Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 14052 invoked from network); 20 Oct 2005 11:06:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2005 11:06:33 -0000 Received: (qmail 17361 invoked by uid 500); 20 Oct 2005 11:06:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 16818 invoked by uid 500); 20 Oct 2005 11:06:30 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16807 invoked by uid 500); 20 Oct 2005 11:06:30 -0000 Received: (qmail 16804 invoked by uid 99); 20 Oct 2005 11:06:30 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Oct 2005 04:06:30 -0700 Received: (qmail 13937 invoked by uid 65534); 20 Oct 2005 11:06:10 -0000 Message-ID: <20051020110610.13935.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r326886 - /jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties Date: Thu, 20 Oct 2005 11:06:09 -0000 To: commons-cvs@jakarta.apache.org From: jcarman@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jcarman Date: Thu Oct 20 04:06:06 2005 New Revision: 326886 URL: http://svn.apache.org/viewcvs?rev=326886&view=rev Log: Added copyright Modified: jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties Modified: jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties?rev=326886&r1=326885&r2=326886&view=diff ============================================================================== --- jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties (original) +++ jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties Thu Oct 20 04:06:06 2005 @@ -1,3 +1,17 @@ +# Copyright 2005 The Apache Software Foundation. +# +# 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. + log4j.rootLogger=DEBUG, console log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.layout=org.apache.log4j.PatternLayout --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org