You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/12/24 10:42:29 UTC

svn commit: r893724 - /camel/trunk/components/camel-cache/pom.xml

Author: davsclaus
Date: Thu Dec 24 09:42:28 2009
New Revision: 893724

URL: http://svn.apache.org/viewvc?rev=893724&view=rev
Log:
CAMEL-2319: Fixed camel-cache.jar missing some classes.

Modified:
    camel/trunk/components/camel-cache/pom.xml

Modified: camel/trunk/components/camel-cache/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cache/pom.xml?rev=893724&r1=893723&r2=893724&view=diff
==============================================================================
--- camel/trunk/components/camel-cache/pom.xml (original)
+++ camel/trunk/components/camel-cache/pom.xml Thu Dec 24 09:42:28 2009
@@ -33,7 +33,10 @@
   <description>Camel Cache support based on ehCache</description>
 
   <properties>
-    <camel.osgi.export.pkg>org.apache.camel.component.cache.*</camel.osgi.export.pkg>
+    <camel.osgi.export.pkg>
+        org.apache.camel.component.cache.*,
+        org.apache.camel.processor.cache.*
+    </camel.osgi.export.pkg>
   </properties>
 
   <repositories>