Add DEPENDENCIES files (just copy the existing NOTICE files)
Update the NOTICE files to just contains 'includes' clauses
Modify pom files to embed the DEPENDENCIES files in the packages
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@964124 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 2a09e61..83473d5 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -71,9 +71,13 @@
org.apache.felix.ipojo.manipulation.annotations,
org.apache.felix.ipojo.xml.parser, org.objectweb.asm,
org.objectweb.asm.commons </Private-Package>
- <Include-Resource> META-INF/LICENSE=LICENSE,
- META-INF/LICENSE.asm=LICENSE.asm, META-INF/NOTICE=NOTICE,
- xsd=src/main/resources </Include-Resource>
+ <Include-Resource>
+ META-INF/LICENSE=LICENSE,
+ META-INF/LICENSE.asm=LICENSE.asm,
+ META-INF/NOTICE=NOTICE,
+ xsd=src/main/resources,
+ META-INF/DEPENDENCIES=DEPENDENCIES
+ </Include-Resource>
<Import-Package>!org.objectweb.asm.tree, *</Import-Package>
</instructions>
<obrRepository>NONE</obrRepository>