Repository: camel
Updated Branches:
  refs/heads/master 08b491d9d -> ef38a4bb3


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/c684ea63
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c684ea63
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c684ea63

Branch: refs/heads/master
Commit: c684ea63e67715adaf78641a02bb182ea81fc574
Parents: 130317a
Author: Charles Moulliard <ch0...@gmail.com>
Authored: Fri Oct 17 10:09:17 2014 +0200
Committer: Charles Moulliard <ch0...@gmail.com>
Committed: Fri Oct 17 10:09:17 2014 +0200

----------------------------------------------------------------------
 components/camel-groovy/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c684ea63/components/camel-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index bf813ac..92d3886 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>

Reply via email to