Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 62141 invoked from network); 9 Oct 2007 16:07:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 16:07:51 -0000 Received: (qmail 51647 invoked by uid 500); 9 Oct 2007 15:38:30 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 51634 invoked by uid 500); 9 Oct 2007 15:38:30 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 51620 invoked by uid 99); 9 Oct 2007 15:38:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 08:38:30 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 09 Oct 2007 15:38:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 828571A9832; Tue, 9 Oct 2007 08:37:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583196 - /activemq/camel/trunk/components/camel-ognl/pom.xml Date: Tue, 09 Oct 2007 15:37:51 -0000 To: camel-commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071009153751.828571A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jstrachan Date: Tue Oct 9 08:37:50 2007 New Revision: 583196 URL: http://svn.apache.org/viewvc?rev=583196&view=rev Log: applied patch from Nicky Sandhu for CAMEL-168 Modified: activemq/camel/trunk/components/camel-ognl/pom.xml Modified: activemq/camel/trunk/components/camel-ognl/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ognl/pom.xml?rev=583196&r1=583195&r2=583196&view=diff ============================================================================== --- activemq/camel/trunk/components/camel-ognl/pom.xml (original) +++ activemq/camel/trunk/components/camel-ognl/pom.xml Tue Oct 9 08:37:50 2007 @@ -34,7 +34,7 @@ Camel OGNL support - org.apache.camel.language.ongl* + org.apache.camel.language.ognl*