Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-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 B6553BE19 for ; Fri, 6 Jan 2012 13:38:43 +0000 (UTC) Received: (qmail 42615 invoked by uid 500); 6 Jan 2012 13:38:26 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 42162 invoked by uid 500); 6 Jan 2012 13:38:10 -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 42146 invoked by uid 99); 6 Jan 2012 13:38:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 13:38:06 +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; Fri, 06 Jan 2012 13:38:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9C62423888E7 for ; Fri, 6 Jan 2012 13:37:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1228171 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml Date: Fri, 06 Jan 2012 13:37:44 -0000 To: commits@camel.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120106133744.9C62423888E7@eris.apache.org> Author: ningjiang Date: Fri Jan 6 13:37:44 2012 New Revision: 1228171 URL: http://svn.apache.org/viewvc?rev=1228171&view=rev Log: CAMEL-4867 add camel-twitter feature Modified: camel/trunk/platforms/karaf/features/pom.xml camel/trunk/platforms/karaf/features/src/main/resources/features.xml Modified: camel/trunk/platforms/karaf/features/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=1228171&r1=1228170&r2=1228171&view=diff ============================================================================== --- camel/trunk/platforms/karaf/features/pom.xml (original) +++ camel/trunk/platforms/karaf/features/pom.xml Fri Jan 6 13:37:44 2012 @@ -120,6 +120,7 @@ 2.5_2 3.2_5 1.2_5 + 2.2.5_1-SNAPSHOT 1.7_3 2.7.1_4 2.9.1_5 Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?rev=1228171&r1=1228170&r2=1228171&view=diff ============================================================================== --- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original) +++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Fri Jan 6 13:37:44 2012 @@ -679,6 +679,11 @@ camel-core mvn:org.apache.camel/camel-tagsoup/${project.version} + + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.twitter4j/${twitter4j-bundle-version} + camel-core + mvn:org.apache.camel/camel-twitter/${project.version} +