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>