You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2016/10/09 10:20:47 UTC

svn commit: r1763953 - /felix/trunk/prefs/pom.xml

Author: cziegeler
Date: Sun Oct  9 10:20:47 2016
New Revision: 1763953

URL: http://svn.apache.org/viewvc?rev=1763953&view=rev
Log:
FELIX-5364 : Felix Prefs does not declare a capability it provides. Apply patch from  Yurii Rashkovskii

Modified:
    felix/trunk/prefs/pom.xml

Modified: felix/trunk/prefs/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/prefs/pom.xml?rev=1763953&r1=1763952&r2=1763953&view=diff
==============================================================================
--- felix/trunk/prefs/pom.xml (original)
+++ felix/trunk/prefs/pom.xml Sun Oct  9 10:20:47 2016
@@ -81,6 +81,10 @@
                         <Bundle-Activator>
                             org.apache.felix.prefs.impl.PreferencesManager
                         </Bundle-Activator>
+                        <Provide-Capability>
+                            osgi.service;objectClass:List&lt;String&gt;="org.osgi.service.prefs.PreferencesService";
+                            uses:="org.osgi.service.prefs"
+                        </Provide-Capability>                    
                     </instructions>
                 </configuration>
             </plugin>