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 2010/10/26 15:14:35 UTC

svn commit: r1027537 - /camel/trunk/components/camel-quartz/pom.xml

Author: davsclaus
Date: Tue Oct 26 13:14:34 2010
New Revision: 1027537

URL: http://svn.apache.org/viewvc?rev=1027537&view=rev
Log:
Added missing package in JAR

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

Modified: camel/trunk/components/camel-quartz/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-quartz/pom.xml?rev=1027537&r1=1027536&r2=1027537&view=diff
==============================================================================
--- camel/trunk/components/camel-quartz/pom.xml (original)
+++ camel/trunk/components/camel-quartz/pom.xml Tue Oct 26 13:14:34 2010
@@ -31,7 +31,10 @@
     <description>Camel Quartz support</description>
 
     <properties>
-        <camel.osgi.export.pkg>org.apache.camel.component.quartz.*</camel.osgi.export.pkg>
+        <camel.osgi.export.pkg>
+            org.apache.camel.component.quartz.*,
+            org.apache.camel.routepolicy.quartz.*
+        </camel.osgi.export.pkg>
     </properties>
 
     <repositories>