Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 32249 invoked from network); 5 Apr 2007 17:13:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 17:13:20 -0000 Received: (qmail 75936 invoked by uid 500); 5 Apr 2007 17:13:27 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 75917 invoked by uid 500); 5 Apr 2007 17:13:27 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 75907 invoked by uid 99); 5 Apr 2007 17:13:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 10:13:27 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 10:13:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 98AF21A983A; Thu, 5 Apr 2007 10:12:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r525895 - /activemq/camel/trunk/camel-cxf/pom.xml Date: Thu, 05 Apr 2007 17:12:59 -0000 To: commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070405171259.98AF21A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jstrachan Date: Thu Apr 5 10:12:58 2007 New Revision: 525895 URL: http://svn.apache.org/viewvc?view=rev&rev=525895 Log: added Williams's patch Modified: activemq/camel/trunk/camel-cxf/pom.xml Modified: activemq/camel/trunk/camel-cxf/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-cxf/pom.xml?view=diff&rev=525895&r1=525894&r2=525895 ============================================================================== --- activemq/camel/trunk/camel-cxf/pom.xml (original) +++ activemq/camel/trunk/camel-cxf/pom.xml Thu Apr 5 10:12:58 2007 @@ -22,6 +22,10 @@ 4.0.0 + + 2.0-incubator-RC-SNAPSHOT + + org.apache.camel camel-parent @@ -51,25 +55,38 @@ org.apache.cxf cxf-rt-transports-local - 2.0-incubator-RC-SNAPSHOT + ${cxf.version} + + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + test + + + + org.apache.cxf + cxf-rt-frontend-simple + ${cxf.version} org.apache.cxf cxf-rt-management - 2.0-incubator-RC-SNAPSHOT + ${cxf.version} org.apache.cxf cxf-testutils - 2.0-incubator-RC-SNAPSHOT + ${cxf.version} test org.apache.cxf cxf-tools-common - 2.0-incubator-RC-SNAPSHOT + ${cxf.version}