Repository: camel Updated Branches: refs/heads/camel-2.12.x 28de1922e -> 31311abbb
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/31311abb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/31311abb Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/31311abb Branch: refs/heads/camel-2.12.x Commit: 31311abbb6f1e479c7759f00a97367508bd2d08a Parents: 28de192 Author: Charles Moulliard <ch0...@gmail.com> Authored: Fri Oct 17 10:09:17 2014 +0200 Committer: Charles Moulliard <cmoulli...@apache.org> Committed: Fri Oct 17 10:34:23 2014 +0200 ---------------------------------------------------------------------- components/camel-groovy/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/31311abb/components/camel-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml index 8448f7f..47ef6aa 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>