You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/23 07:53:34 UTC

[camel] branch master updated: CAMEL-13002 - OSGi Metadata for camel-directvm

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 04113f8  CAMEL-13002 - OSGi Metadata for camel-directvm
04113f8 is described below

commit 04113f8d0a4043fe9e679ea7dd2863821c057aa5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 23 08:52:15 2019 +0100

    CAMEL-13002 - OSGi Metadata for camel-directvm
---
 components/camel-directvm/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-directvm/pom.xml b/components/camel-directvm/pom.xml
index ad76302..9503690 100644
--- a/components/camel-directvm/pom.xml
+++ b/components/camel-directvm/pom.xml
@@ -34,6 +34,12 @@
   <description>Camel Direct VM component</description>
 
   <properties>
+    <camel.osgi.import>
+      ${camel.osgi.import.defaults},
+      *
+    </camel.osgi.import>
+    <camel.osgi.export.pkg>org.apache.camel.component.directvm.*</camel.osgi.export.pkg>
+    <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=direct-vm</camel.osgi.export.service>
     <!-- do not skip any tests by default -->
     <platform.skip.tests/>
   </properties>