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/whiteboard/pom.xml b/ipojo/handler/whiteboard/pom.xml
index 5e85239..0cd0e53 100644
--- a/ipojo/handler/whiteboard/pom.xml
+++ b/ipojo/handler/whiteboard/pom.xml
@@ -63,9 +63,19 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <Bundle-Name>${pom.name}</Bundle-Name>
+ <Bundle-SymbolicName>
+ org.apache.felix.ipojo.handler.whiteboard
+ </Bundle-SymbolicName>
<Bundle-Vendor>
The Apache Software Foundation
</Bundle-Vendor>
+ <Bundle-Description>
+ iPOJO White-Board Pattern Handler
+ </Bundle-Description>
+ <Bundle-DocURL>
+ http://felix.apache.org/site/white-board-pattern-handler.html
+ </Bundle-DocURL>
<Private-Package>
org.apache.felix.ipojo.handler.wbp
</Private-Package>