Repository: camel Updated Branches: refs/heads/camel-2.13.x 3fa185751 -> 56d081a6f refs/heads/camel-2.14.x d2758898a -> f043eeeee
CAMEL-7924. Add missing package to OSGI Metadata Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/56d081a6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/56d081a6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/56d081a6 Branch: refs/heads/camel-2.13.x Commit: 56d081a6fc1586de49fbcc34c769d612d1903619 Parents: 3fa1857 Author: Charles Moulliard <ch0...@gmail.com> Authored: Fri Oct 17 10:09:17 2014 +0200 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Fri Oct 17 16:52:35 2014 +0800 ---------------------------------------------------------------------- components/camel-groovy/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/56d081a6/components/camel-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml index ba127b8..ec7d51f 100644 --- a/components/camel-groovy/pom.xml +++ b/components/camel-groovy/pom.xml @@ -30,6 +30,13 @@ <description>Camel Groovy support</description> <properties> + <camel.osgi.import.pkg> + !org.apache.camel.component.groovy.*, + org.codehaus.groovy.runtime.callsite, + org.apache.camel.*;${camel.osgi.import.camel.version}, + ${camel.osgi.import.defaults}, + * + </camel.osgi.import.pkg> <camel.osgi.export.pkg>org.apache.camel.language.groovy.*,org.apache.camel.groovy.*</camel.osgi.export.pkg> <camel.osgi.export.service>org.apache.camel.spi.LanguageResolver;language=groovy</camel.osgi.export.service> </properties>