You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/09/26 16:44:10 UTC

git commit: CAMEL-6789: Fixed the classes not being included inside the generated bundle.

Updated Branches:
  refs/heads/master 8c5541ce8 -> fb92d308d


CAMEL-6789: Fixed the classes not being included inside the generated bundle.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fb92d308
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fb92d308
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fb92d308

Branch: refs/heads/master
Commit: fb92d308d23935389414da78b24b6f031bd11703
Parents: 8c5541c
Author: Babak Vahdat <bv...@apache.org>
Authored: Thu Sep 26 16:44:00 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Thu Sep 26 16:44:00 2013 +0200

----------------------------------------------------------------------
 components/camel-quartz2/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fb92d308/components/camel-quartz2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quartz2/pom.xml b/components/camel-quartz2/pom.xml
index b5f1c06..28d444d 100644
--- a/components/camel-quartz2/pom.xml
+++ b/components/camel-quartz2/pom.xml
@@ -32,7 +32,7 @@
   <properties>
     <camel.osgi.export.pkg>
       org.apache.camel.component.quartz2.*;${camel.osgi.version},
-      org.apache.camel.pollconsumer.quartz2.*
+      org.apache.camel.pollconsumer.quartz2.*,
       org.apache.camel.routepolicy.quartz2.*
     </camel.osgi.export.pkg>
     <camel.osgi.import.pkg>