FELIX-4412 add Provide-Capability header

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1616088 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/bnd.bnd b/scr/bnd.bnd
index fb7d41b..331b98a 100644
--- a/scr/bnd.bnd
+++ b/scr/bnd.bnd
@@ -5,6 +5,10 @@
 Bundle-Activator: org.apache.felix.scr.impl.Activator
 Bundle-Version: 2.0.0
 
+Provide-Capability: osgi.extender;\
+                   osgi.extender="osgi.component";\
+                   uses:="org.osgi.service.component";\
+                   version:Version="1.3"
 
 Export-Package: org.apache.felix.scr;version=2.0, \
  org.apache.felix.scr.component;version=1.1.0;mandatory:="status"; status="provisional", \