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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new badf129  [Features] Provide osgi.service capability
     new c202a5c  Merge pull request #100 from bosschaert/features_service_cap
badf129 is described below

commit badf1294a17c7b8c5471731203c361929ebdc8fd
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Sep 9 12:01:44 2021 +0100

    [Features] Provide osgi.service capability
---
 features/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/pom.xml b/features/pom.xml
index 3434a14..6529842 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -50,6 +50,7 @@
                         <configuration>
                             <bnd><![CDATA[
                             Bundle-Activator: 
org.apache.felix.feature.impl.Activator
+                            Provide-Capability: 
osgi.service;objectClass:List<String>="org.osgi.service.feature.FeatureService";uses:="org.osgi.service.feature"
                             ]]></bnd>
                         </configuration>
                     </execution>

Reply via email to