Return-Path: Delivered-To: apmail-incubator-aries-commits-archive@minotaur.apache.org Received: (qmail 4337 invoked from network); 11 Mar 2010 10:43:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 10:43:29 -0000 Received: (qmail 63543 invoked by uid 500); 11 Mar 2010 10:42:56 -0000 Delivered-To: apmail-incubator-aries-commits-archive@incubator.apache.org Received: (qmail 63429 invoked by uid 500); 11 Mar 2010 10:42:56 -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 63420 invoked by uid 99); 11 Mar 2010 10:42:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 10:42:55 +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; Thu, 11 Mar 2010 10:42:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8496B2388978; Thu, 11 Mar 2010 10:42:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r921792 - /incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/resources/configuration/config.ini Date: Thu, 11 Mar 2010 10:42:32 -0000 To: aries-commits@incubator.apache.org From: zoe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100311104232.8496B2388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: zoe Date: Thu Mar 11 10:42:32 2010 New Revision: 921792 URL: http://svn.apache.org/viewvc?rev=921792&view=rev Log: ARIES-226 Updates to config.ini Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/resources/configuration/config.ini Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/resources/configuration/config.ini URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/resources/configuration/config.ini?rev=921792&r1=921791&r2=921792&view=diff ============================================================================== --- incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/resources/configuration/config.ini (original) +++ incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/resources/configuration/config.ini Thu Mar 11 10:42:32 2010 @@ -1,4 +1,10 @@ -osgi.bundles=org.apache.felix.fileinstall-2.0.0@start,cm-3.2.0-v20070116@start,services-3.1.200-v20070605@start,pax-logging-api-1.4.jar@start,pax-logging-service-1.4.jar@start,org.apache.aries.util-1.0.0-incubating-SNAPSHOT.jar@start,org.apache.aries.blueprint-1.0.0-incubating-SNAPSHOT.jar@start,org.apache.aries.samples.blueprint.helloworld.api@start,org.apache.aries.samples.blueprint.helloworld.server,org.apache.aries.samples.blueprint.helloworld.client +osgi.bundles=org.apache.felix.fileinstall-2.0.8@start,\ +cm-3.2.0-v20070116@start,\ +services-3.1.200-v20070605@start,\ +pax-logging-api-1.4.jar@start,\ +pax-logging-service-1.4.jar@start,\ +org.apache.aries.util-0.1-incubating-SNAPSHOT.jar@start,\ +org.apache.aries.blueprint-0.1-incubating-SNAPSHOT.jar@start felix.fileinstall.dir=../dropins felix.fileinstall.bundles.new.start=false eclipse.ignoreApp=true