You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/06/21 10:27:23 UTC

[1/2] camel git commit: CAMEL-11433 Add OSGI export package and service headers to camel-box

Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 12558245e -> 456955c63
  refs/heads/master f21452ad4 -> e75b85cdf


CAMEL-11433 Add OSGI export package and service headers to camel-box


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

Branch: refs/heads/master
Commit: e75b85cdf132b041d417d41fbc26e082f12961bb
Parents: f21452a
Author: jpoth <po...@gmail.com>
Authored: Wed Jun 21 10:53:20 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Jun 21 12:26:23 2017 +0200

----------------------------------------------------------------------
 components/camel-box/camel-box-component/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e75b85cd/components/camel-box/camel-box-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-box/camel-box-component/pom.xml b/components/camel-box/camel-box-component/pom.xml
index 796d1e2..0269156 100644
--- a/components/camel-box/camel-box-component/pom.xml
+++ b/components/camel-box/camel-box-component/pom.xml
@@ -39,6 +39,8 @@
     <outPackage>org.apache.camel.component.box.internal</outPackage>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <camel.osgi.export.pkg>org.apache.camel.component.box</camel.osgi.export.pkg>
+    <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=box</camel.osgi.export.service>
   </properties>
 
   <dependencies>


[2/2] camel git commit: CAMEL-11433 Add OSGI export package and service headers to camel-box

Posted by da...@apache.org.
CAMEL-11433 Add OSGI export package and service headers to camel-box


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

Branch: refs/heads/camel-2.19.x
Commit: 456955c63c51bad6d081b3c6842f016ff943a87a
Parents: 1255824
Author: jpoth <po...@gmail.com>
Authored: Wed Jun 21 10:53:20 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Jun 21 12:26:47 2017 +0200

----------------------------------------------------------------------
 components/camel-box/camel-box-component/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/456955c6/components/camel-box/camel-box-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-box/camel-box-component/pom.xml b/components/camel-box/camel-box-component/pom.xml
index 924008a..00600da 100644
--- a/components/camel-box/camel-box-component/pom.xml
+++ b/components/camel-box/camel-box-component/pom.xml
@@ -37,6 +37,8 @@
     <outPackage>org.apache.camel.component.box.internal</outPackage>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <camel.osgi.export.pkg>org.apache.camel.component.box</camel.osgi.export.pkg>
+    <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=box</camel.osgi.export.service>
   </properties>
 
   <dependencies>