Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 77264 invoked from network); 12 Jul 2010 15:14:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jul 2010 15:14:49 -0000 Received: (qmail 18696 invoked by uid 500); 12 Jul 2010 15:14:49 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 18509 invoked by uid 500); 12 Jul 2010 15:14:48 -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 18371 invoked by uid 99); 12 Jul 2010 15:14:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 15:14:48 +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; Mon, 12 Jul 2010 15:14:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 41E3D2388906; Mon, 12 Jul 2010 15:13:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r963314 - /camel/trunk/components/camel-spring/pom.xml Date: Mon, 12 Jul 2010 15:13:23 -0000 To: commits@camel.apache.org From: cmoulliard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100712151323.41E3D2388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cmoulliard Date: Mon Jul 12 15:13:22 2010 New Revision: 963314 URL: http://svn.apache.org/viewvc?rev=963314&view=rev Log: CAMEL-2940 : camel-spring component imports org.apache.camel.component.test package generating Unresolved constraint in bundle org.apache.camel.camel-spring Modified: camel/trunk/components/camel-spring/pom.xml Modified: camel/trunk/components/camel-spring/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/pom.xml?rev=963314&r1=963313&r2=963314&view=diff ============================================================================== --- camel/trunk/components/camel-spring/pom.xml (original) +++ camel/trunk/components/camel-spring/pom.xml Mon Jul 12 15:13:22 2010 @@ -36,6 +36,7 @@ !org.apache.camel.osgi.*, !org.apache.camel.component, !org.apache.camel.component.event, + !org.apache.camel.component.test, !org.apache.camel.component.validator, !org.apache.camel.component.xslt, org.apache.camel.*;${camel.osgi.import.strict.version},