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/arch/pom.xml b/ipojo/arch/pom.xml
index 196b684..c41c470 100644
--- a/ipojo/arch/pom.xml
+++ b/ipojo/arch/pom.xml
@@ -64,6 +64,12 @@
 						<Bundle-Vendor>
 							The Apache Software Foundation
 						</Bundle-Vendor>
+						<Bundle-Description>
+							iPOJO Arch command for Felix
+						</Bundle-Description>
+						<Bundle-DocURL>
+							http://felix.apache.org/site/architecture-handler.html
+						</Bundle-DocURL>
 						<Private-Package>
 							org.apache.felix.ipojo.arch
 						</Private-Package>
diff --git a/ipojo/composite/pom.xml b/ipojo/composite/pom.xml
index 572545c..8bd38d1 100644
--- a/ipojo/composite/pom.xml
+++ b/ipojo/composite/pom.xml
@@ -72,6 +72,9 @@
 						<Bundle-Description>

 							iPOJO Composititon Framework

 						</Bundle-Description>

+						<Bundle-DocURL>

+							http://felix.apache.org/site/apache-felix-ipojo.html

+						</Bundle-DocURL>

 						<Import-Package>

 							org.apache.felix.ipojo,

 							org.apache.felix.ipojo.architecture,

diff --git a/ipojo/core/pom.xml b/ipojo/core/pom.xml
index d6f58d2..f7ae728 100644
--- a/ipojo/core/pom.xml
+++ b/ipojo/core/pom.xml
@@ -73,6 +73,9 @@
 						<Bundle-Activator>
 							org.apache.felix.ipojo.Extender
 						</Bundle-Activator>
+						<Bundle-DocURL>
+							http://felix.apache.org/site/apache-felix-ipojo.html
+						</Bundle-DocURL>
 						<IPOJO-Extension>
 							component:org.apache.felix.ipojo.ComponentFactory,
 							handler:org.apache.felix.ipojo.HandlerManagerFactory
diff --git a/ipojo/handler/eventadmin/pom.xml b/ipojo/handler/eventadmin/pom.xml
index 67cd182..0821825 100644
--- a/ipojo/handler/eventadmin/pom.xml
+++ b/ipojo/handler/eventadmin/pom.xml
@@ -67,6 +67,12 @@
 						<Bundle-SymbolicName>

 							org.apache.felix.ipojo.handler.eventadmin

 						</Bundle-SymbolicName>

+						<Bundle-Description>

+							iPOJO Event Admin Handlers

+						</Bundle-Description>

+						<Bundle-DocURL>

+							http://felix.apache.org/site/event-admin-handlers.html

+						</Bundle-DocURL>

 						<Bundle-Vendor>The Apache Software

 							Foundation</Bundle-Vendor>

 						<Include-Resource>

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>

diff --git a/ipojo/handler/jmx/pom.xml b/ipojo/handler/jmx/pom.xml
index f66fd3a..3f7e893 100644
--- a/ipojo/handler/jmx/pom.xml
+++ b/ipojo/handler/jmx/pom.xml
@@ -70,6 +70,12 @@
 						</Bundle-SymbolicName>
 						<Bundle-Vendor>The Apache Software 
 							Foundation</Bundle-Vendor>
+						<Bundle-Description>
+							iPOJO JMX Handler
+						</Bundle-Description>
+						<Bundle-DocURL>
+							http://felix.apache.org/site/ipojo-jmx-handler.html
+						</Bundle-DocURL>
 						<Include-Resource>
 							META-INF/LICENCE=LICENSE,
 							META-INF/NOTICE=NOTICE
diff --git a/ipojo/handler/temporal/pom.xml b/ipojo/handler/temporal/pom.xml
index 603e48c..a90d829 100644
--- a/ipojo/handler/temporal/pom.xml
+++ b/ipojo/handler/temporal/pom.xml
@@ -72,6 +72,12 @@
 						<Bundle-Vendor>

 							The Apache Software Foundation

 						</Bundle-Vendor>

+						<Bundle-Description>

+							iPOJO Temporal Dependency Handler

+						</Bundle-Description>

+						<Bundle-DocURL>

+							http://felix.apache.org/site/temporal-service-dependency.html

+						</Bundle-DocURL>

 						<Include-Resource>

 							META-INF/LICENCE=LICENSE,

 							META-INF/NOTICE=NOTICE

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>