Fix license issue
Update changelog
Upgrade some settings in the configuration test suite
Add the obr.xml file for the web console plugin

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@795564 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/webconsole-plugin/pom.xml b/ipojo/webconsole-plugin/pom.xml
index 94f635b..3604015 100644
--- a/ipojo/webconsole-plugin/pom.xml
+++ b/ipojo/webconsole-plugin/pom.xml
@@ -17,12 +17,23 @@
   under the License.
 -->
 <project>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
+    <relativePath>../pom/pom.xml</relativePath>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
-  <groupId>org.apache.felix</groupId>
   <artifactId>org.apache.felix.ipojo.webconsole</artifactId>
   <version>1.3.0-SNAPSHOT</version>
-  <name>Apche Felix iPOJO WebConsole Plugins</name>
+  <name>Apache Felix iPOJO WebConsole Plugin</name>
+  
+  <description>
+  iPOJO plugin for the Apache Felix Web Console. This plugin allows introspecting an iPOJO system with the Apache Felix
+  Web Console.
+  </description>
+  <url>http://felix.apache.org/site/ipojo-webconsole-plugin.html</url>
 
   <build>
     <plugins>
@@ -43,10 +54,16 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}
             </Bundle-SymbolicName>
+             <Bundle-DocURL>
+              http://felix.apache.org/site/ipojo-webconsole-plugin.html
+            </Bundle-DocURL>
             <Private-Package>
               org.apache.felix.org.apache.felix.ipojo.webconsole
             </Private-Package>
             <Import-Package>*</Import-Package>
+            <Include-Resource> META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE
+             </Include-Resource>
           </instructions>
         </configuration>
       </plugin>