Add bundle-description and bundle-docURL inside bundle manifests.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@685559 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/handler/extender/pom.xml b/ipojo/handler/extender/pom.xml
index e48c6b3..bdf19f1 100644
--- a/ipojo/handler/extender/pom.xml
+++ b/ipojo/handler/extender/pom.xml
@@ -66,6 +66,12 @@
<Bundle-Vendor>
The Apache Software Foundation
</Bundle-Vendor>
+ <Bundle-Description>
+ iPOJO Extender Pattern Handler
+ </Bundle-Description>
+ <Bundle-DocURL>
+ http://felix.apache.org/site/extender-pattern-handler.html
+ </Bundle-DocURL>
<Private-Package>
org.apache.felix.ipojo.handler.extender
</Private-Package>