Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 61430 invoked from network); 6 May 2010 07:59:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 May 2010 07:59:31 -0000 Received: (qmail 93158 invoked by uid 500); 6 May 2010 07:59:31 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 92896 invoked by uid 500); 6 May 2010 07:59:30 -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 92889 invoked by uid 99); 6 May 2010 07:59:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 07:59:29 +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, 06 May 2010 07:59:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 519BF23888FE; Thu, 6 May 2010 07:58:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r941601 - in /camel/trunk: apache-camel/pom.xml apache-camel/src/main/descriptors/common-bin.xml parent/pom.xml Date: Thu, 06 May 2010 07:58:36 -0000 To: commits@camel.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100506075836.519BF23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davsclaus Date: Thu May 6 07:58:35 2010 New Revision: 941601 URL: http://svn.apache.org/viewvc?rev=941601&view=rev Log: Adding camel-blueprint to kit Modified: camel/trunk/apache-camel/pom.xml camel/trunk/apache-camel/src/main/descriptors/common-bin.xml camel/trunk/parent/pom.xml Modified: camel/trunk/apache-camel/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=941601&r1=941600&r2=941601&view=diff ============================================================================== --- camel/trunk/apache-camel/pom.xml (original) +++ camel/trunk/apache-camel/pom.xml Thu May 6 07:58:35 2010 @@ -64,6 +64,10 @@ org.apache.camel + camel-blueprint + + + org.apache.camel camel-cache @@ -523,7 +527,7 @@ src/main/descriptors/unix-src.xml - + gnu Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=941601&r1=941600&r2=941601&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Thu May 6 07:58:35 2010 @@ -38,6 +38,7 @@ org.apache.camel:camel-bam org.apache.camel:camel-bean-validator org.apache.camel:camel-bindy + org.apache.camel:camel-blueprint org.apache.camel:camel-cache org.apache.camel:camel-castor org.apache.camel:camel-core @@ -46,7 +47,7 @@ org.apache.camel:camel-csv org.apache.camel:camel-cxf org.apache.camel:camel-dozer - org.apache.camel:camel-eclipse + org.apache.camel:camel-eclipse org.apache.camel:camel-exec org.apache.camel:camel-flatpack org.apache.camel:camel-freemarker @@ -100,7 +101,7 @@ org.apache.camel:camel-spring org.apache.camel:camel-spring-integration org.apache.camel:camel-spring-javaconfig - org.apache.camel:camel-spring-security + org.apache.camel:camel-spring-security org.apache.camel:camel-spring-osgi org.apache.camel:camel-sql org.apache.camel:camel-stream Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=941601&r1=941600&r2=941601&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Thu May 6 07:58:35 2010 @@ -222,6 +222,11 @@ org.apache.camel + camel-blueprint + ${project.version} + + + org.apache.camel camel-cache ${project.version}