You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/10/09 17:37:51 UTC

svn commit: r583196 - /activemq/camel/trunk/components/camel-ognl/pom.xml

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 @@
   <description>Camel OGNL support</description>
 
   <properties>
-	<camel.osgi.export.pkg>org.apache.camel.language.ongl*</camel.osgi.export.pkg>
+	<camel.osgi.export.pkg>org.apache.camel.language.ognl*</camel.osgi.export.pkg>
   </properties>
 
   <dependencies>