Repository: camel
Updated Branches:
  refs/heads/master c6581f8bb -> 66e04492c


CAMEL-8647: Add provide-capability header for OSGI subsystems

Signed-off-by: Christian Schneider <ch...@die-schneider.net>


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

Branch: refs/heads/master
Commit: 66e04492c34cc4150abcd9908c8afd837c9eb51d
Parents: c6581f8
Author: Manuel Holzleitner <manuel.holzleit...@gmail.com>
Authored: Mon Apr 20 09:28:04 2015 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Apr 20 09:43:00 2015 +0200

----------------------------------------------------------------------
 camel-core/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/66e04492/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index 855ec99..a568c66 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -98,6 +98,9 @@
       
org.apache.camel.pollconsumer.quartz2;${camel.osgi.import.strict.version},
       net.sf.saxon
     </camel.osgi.dynamic>
+    <camel.osgi.provide.capability>
+      osgi.extender; osgi.extender="org.apache.camel"; 
uses:="org.apache.camel.impl.osgi"; 
version:Version="$(version;==;${camel.osgi.version.clean})"
+    </camel.osgi.provide.capability>
     <camel.osgi.activator>
       org.apache.camel.impl.osgi.Activator
     </camel.osgi.activator>

Reply via email to