Return-Path: Delivered-To: apmail-incubator-aries-commits-archive@minotaur.apache.org Received: (qmail 83348 invoked from network); 28 Sep 2010 17:22:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Sep 2010 17:22:39 -0000 Received: (qmail 59820 invoked by uid 500); 28 Sep 2010 17:22:39 -0000 Delivered-To: apmail-incubator-aries-commits-archive@incubator.apache.org Received: (qmail 59692 invoked by uid 500); 28 Sep 2010 17:22:39 -0000 Mailing-List: contact aries-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-commits@incubator.apache.org Received: (qmail 59678 invoked by uid 99); 28 Sep 2010 17:22:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 17:22:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 17:22:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1DA6A2388993; Tue, 28 Sep 2010 17:22:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1002273 - /incubator/aries/trunk/application/application-utils/pom.xml Date: Tue, 28 Sep 2010 17:22:18 -0000 To: aries-commits@incubator.apache.org From: linsun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100928172218.1DA6A2388993@eris.apache.org> Author: linsun Date: Tue Sep 28 17:22:17 2010 New Revision: 1002273 URL: http://svn.apache.org/viewvc?rev=1002273&view=rev Log: clarify blueprint as optional import of app util bundle since people can use application util without needing blueprint Modified: incubator/aries/trunk/application/application-utils/pom.xml Modified: incubator/aries/trunk/application/application-utils/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/trunk/application/application-utils/pom.xml?rev=1002273&r1=1002272&r2=1002273&view=diff ============================================================================== --- incubator/aries/trunk/application/application-utils/pom.xml (original) +++ incubator/aries/trunk/application/application-utils/pom.xml Tue Sep 28 17:22:17 2010 @@ -40,6 +40,10 @@ org.apache.aries.application.utils.service; org.apache.aries.application.utils.runtime + + org.osgi.service.blueprint;resolution:=optional, + * + org.apache.aries.application.impl; org.apache.aries.application.utils.internal;