Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 35160 invoked from network); 11 Nov 2009 17:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Nov 2009 17:00:36 -0000 Received: (qmail 52719 invoked by uid 500); 11 Nov 2009 17:00:36 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 52677 invoked by uid 500); 11 Nov 2009 17:00:36 -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 52668 invoked by uid 99); 11 Nov 2009 17:00:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2009 17:00:36 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Wed, 11 Nov 2009 17:00:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3ECF32388996; Wed, 11 Nov 2009 17:00:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r834965 - /camel/branches/camel-1.x/platforms/karaf/features/src/main/resources/features.xml Date: Wed, 11 Nov 2009 17:00:13 -0000 To: commits@camel.apache.org From: janstey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091111170013.3ECF32388996@eris.apache.org> Author: janstey Date: Wed Nov 11 17:00:12 2009 New Revision: 834965 URL: http://svn.apache.org/viewvc?rev=834965&view=rev Log: a few fixes to resolve some bundles Modified: camel/branches/camel-1.x/platforms/karaf/features/src/main/resources/features.xml Modified: camel/branches/camel-1.x/platforms/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/platforms/karaf/features/src/main/resources/features.xml?rev=834965&r1=834964&r2=834965&view=diff ============================================================================== --- camel/branches/camel-1.x/platforms/karaf/features/src/main/resources/features.xml (original) +++ camel/branches/camel-1.x/platforms/karaf/features/src/main/resources/features.xml Wed Nov 11 17:00:12 2009 @@ -275,8 +275,8 @@ mvn:org.apache.camel/camel-restlet/${pom.version} - mvn:org.restlet/org.restlet/${restlet-version} - mvn:com.noelios.restlet/com.noelios.restlet/${restlet-version} + mvn:http://maven.restlet.org!org.restlet/org.restlet/${restlet-version} + mvn:http://maven.restlet.org!com.noelios.restlet/com.noelios.restlet/${restlet-version} camel-http @@ -289,7 +289,7 @@ mvn:org.apache.camel/camel-saxon/${pom.version} - mvn:org.scala-lang-osgi/scala-library/${scala-version} + mvn:http://www.scala-tools.com/repo-releases!org.scala-lang-osgi/scala-library/${scala-version} camel-core mvn:org.apache.camel/camel-scala/${pom.version} @@ -299,7 +299,7 @@ mvn:org.apache.camel/camel-script/${pom.version} - mvn:org.springframework.integration/org.springframework.integration/1.0.1.RELEASE + mvn:http://repository.springsource.com/maven/bundles/release!org.springframework.integration/org.springframework.integration/1.0.1.RELEASE camel-spring mvn:org.apache.camel/camel-spring-integration/${pom.version}