You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/05/11 17:48:09 UTC

svn commit: r1481357 - /felix/trunk/ipojo/runtime/core/pom.xml

Author: clement
Date: Sat May 11 15:48:09 2013
New Revision: 1481357

URL: http://svn.apache.org/r1481357
Log:
Fix FELIX-3926 - Provide metadata for the Extender namespace

Provide the Extender namespace to the iPOJO bundle.

Modified:
    felix/trunk/ipojo/runtime/core/pom.xml

Modified: felix/trunk/ipojo/runtime/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/pom.xml?rev=1481357&r1=1481356&r2=1481357&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core/pom.xml Sat May 11 15:48:09 2013
@@ -162,6 +162,12 @@
                             org.osgi.service.cm,
                             org.osgi.service.log
                         </Export-Package>
+
+                        <!-- OSGi Extender Namespace -->
+                        <Provide-Capability>osgi.extender;
+                            osgi.extender="org.apache.felix.ipojo";
+                            version:Version="${project.version}"
+                        </Provide-Capability>
                         <_donotcopy>(CVS|.svn|.+.bak|~.+|metadata.xml)</_donotcopy>
                     </instructions>
                 </configuration>