Commit the documentation of core, ant task, maven plugin and arch
Change the NOTICE file format
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@657197 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/white.board.pattern.handler/pom.xml b/ipojo/white.board.pattern.handler/pom.xml
index 72091db..9b175dc 100644
--- a/ipojo/white.board.pattern.handler/pom.xml
+++ b/ipojo/white.board.pattern.handler/pom.xml
@@ -17,6 +17,12 @@
under the License.
-->
<project>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix</artifactId>
+ <version>1.0.2</version>
+ <relativePath>../../pom/pom.xml</relativePath>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix iPOJO White Board Pattern Handler</name>
@@ -57,6 +63,9 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <Bundle-Vendor>
+ The Apache Software Foundation
+ </Bundle-Vendor>
<Private-Package>
org.apache.felix.ipojo.handler.wbp
</Private-Package>
@@ -64,6 +73,10 @@
<Bundle-SymbolicName>
ipojo.event.admin.handler.wbp
</Bundle-SymbolicName>
+ <Include-Resource>
+ META-INF/LICENCE=LICENSE,
+ META-INF/NOTICE=NOTICE
+ </Include-Resource>
</instructions>
</configuration>
</plugin>