Return-Path: Delivered-To: apmail-excalibur-scm-archive@www.apache.org Received: (qmail 53153 invoked from network); 25 Aug 2006 23:47:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 23:47:11 -0000 Received: (qmail 97053 invoked by uid 500); 25 Aug 2006 23:47:11 -0000 Delivered-To: apmail-excalibur-scm-archive@excalibur.apache.org Received: (qmail 97025 invoked by uid 500); 25 Aug 2006 23:47:11 -0000 Mailing-List: contact scm-help@excalibur.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Excalibur Developers List" List-Id: Delivered-To: mailing list scm@excalibur.apache.org Received: (qmail 97014 invoked by uid 99); 25 Aug 2006 23:47:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 16:47:11 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 16:47:10 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 65A151A9820; Fri, 25 Aug 2006 16:46:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r437020 - /excalibur/trunk/deprecated/component/pom.xml Date: Fri, 25 Aug 2006 23:46:50 -0000 To: scm@excalibur.apache.org From: vgritsenko@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060825234650.65A151A9820@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: vgritsenko Date: Fri Aug 25 16:46:49 2006 New Revision: 437020 URL: http://svn.apache.org/viewvc?rev=437020&view=rev Log: depends on logkit Modified: excalibur/trunk/deprecated/component/pom.xml (contents, props changed) Modified: excalibur/trunk/deprecated/component/pom.xml URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/pom.xml?rev=437020&r1=437019&r2=437020&view=diff ============================================================================== --- excalibur/trunk/deprecated/component/pom.xml (original) +++ excalibur/trunk/deprecated/component/pom.xml Fri Aug 25 16:46:49 2006 @@ -34,11 +34,11 @@ 2.2-SNAPSHOT 1997 - This project contains utilities for managing components. ECM is what we call an "avalon container", though it is - somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday - completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, - usually abbreviated to ECM. - + This project contains utilities for managing components. ECM is what we call an "avalon container", though it is + somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday + completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, + usually abbreviated to ECM. + org.apache.avalon.framework @@ -48,6 +48,11 @@ org.apache.excalibur.containerkit excalibur-logger + ${orgApacheExcaliburContainerkitVersion} + + + org.apache.avalon.logkit + avalon-logkit ${orgApacheExcaliburContainerkitVersion} Propchange: excalibur/trunk/deprecated/component/pom.xml ------------------------------------------------------------------------------ svn:keywords = Id --------------------------------------------------------------------- To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org For additional commands, e-mail: scm-help@excalibur.apache.org