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>