Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 6472 invoked from network); 2 Mar 2009 03:27:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 03:27:21 -0000 Received: (qmail 34416 invoked by uid 500); 2 Mar 2009 03:27:21 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 34398 invoked by uid 500); 2 Mar 2009 03:27:21 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 34388 invoked by uid 99); 2 Mar 2009 03:27:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2009 19:27:21 -0800 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; Mon, 02 Mar 2009 03:27:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B81102388999; Mon, 2 Mar 2009 03:26:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r749164 - in /camel/branches/camel-1.x/examples/camel-example-osgi: pom.xml src/main/resources/META-INF/spring/camelContext.xml Date: Mon, 02 Mar 2009 03:26:54 -0000 To: commits@camel.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090302032654.B81102388999@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ningjiang Date: Mon Mar 2 03:26:54 2009 New Revision: 749164 URL: http://svn.apache.org/viewvc?rev=749164&view=rev Log: CAMEL-1345 update the camel-osgi-example Modified: camel/branches/camel-1.x/examples/camel-example-osgi/pom.xml camel/branches/camel-1.x/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml Modified: camel/branches/camel-1.x/examples/camel-example-osgi/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/examples/camel-example-osgi/pom.xml?rev=749164&r1=749163&r2=749164&view=diff ============================================================================== --- camel/branches/camel-1.x/examples/camel-example-osgi/pom.xml (original) +++ camel/branches/camel-1.x/examples/camel-example-osgi/pom.xml Mon Mar 2 03:26:54 2009 @@ -42,7 +42,14 @@ org.apache.camel camel-spring - + + org.apache.camel + camel-osgi + + + org.apache.felix + org.osgi.core + junit Modified: camel/branches/camel-1.x/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml?rev=749164&r1=749163&r2=749164&view=diff ============================================================================== --- camel/branches/camel-1.x/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml (original) +++ camel/branches/camel-1.x/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml Mon Mar 2 03:26:54 2009 @@ -18,16 +18,18 @@ + http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd + http://activemq.apache.org/camel/schema/osgi http://activemq.apache.org/camel/schema/osgi/camel-osgi.xsd"> - - - - - - + + + + + +