You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2017/04/20 11:26:39 UTC

svn commit: r1792041 - /felix/trunk/bundlerepository/pom.xml

Author: davidb
Date: Thu Apr 20 11:26:39 2017
New Revision: 1792041

URL: http://svn.apache.org/viewvc?rev=1792041&view=rev
Log:
FELIX-5066 BundleRepository should provide osgi.service and osgi.implementation capabilities

Modified:
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=1792041&r1=1792040&r2=1792041&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Thu Apr 20 11:26:39 2017
@@ -153,6 +153,7 @@
             <Export-Service>org.apache.felix.bundlerepository.RepositoryAdmin,org.osgi.service.obr.RepositoryAdmin</Export-Service>
             <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
             <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/LICENSE.kxml2=LICENSE.kxml2,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
+            <Provide-Capability>osgi.implementation;osgi.implementation="osgi.repository";uses:="org.osgi.service.repository";version:Version="1.1",osgi.service;objectClass:List&lt;String&gt;="org.osgi.service.repository.Repository";uses:="org.osgi.service.repository"</Provide-Capability>
           </instructions>
         </configuration>
       </plugin>