Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2904492DE for ; Thu, 26 Apr 2012 05:45:55 +0000 (UTC) Received: (qmail 98989 invoked by uid 500); 26 Apr 2012 05:45:54 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 98805 invoked by uid 500); 26 Apr 2012 05:45:50 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 98769 invoked by uid 99); 26 Apr 2012 05:45:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 05:45:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 26 Apr 2012 05:45:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 301C923888CD; Thu, 26 Apr 2012 05:45:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1330659 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Date: Thu, 26 Apr 2012 05:45:26 -0000 To: commits@cxf.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120426054526.301C923888CD@eris.apache.org> Author: ningjiang Date: Thu Apr 26 05:45:25 2012 New Revision: 1330659 URL: http://svn.apache.org/viewvc?rev=1330659&view=rev Log: CAMEL-4266 fix a typo of CXF karaf feature Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?rev=1330659&r1=1330658&r2=1330659&view=diff ============================================================================== --- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original) +++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Thu Apr 26 05:45:25 2012 @@ -190,7 +190,7 @@ cxf-jaxrs - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oauthprovider/${cxf.oauth.bundle.version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oauth-provider/${cxf.oauth.bundle.version} mvn:org.apache.cxf/cxf-rt-rs-security-oauth/${project.version}