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/online-manipulator/pom.xml b/ipojo/online-manipulator/pom.xml
index 7d00924..0c1023e 100644
--- a/ipojo/online-manipulator/pom.xml
+++ b/ipojo/online-manipulator/pom.xml
@@ -55,9 +55,11 @@
org.objectweb.asm.commons, org.objectweb.asm </Export-Package>
<Import-Package> !org.objectweb.asm.tree, !sun.io, org.osgi.framework;version=1.3, *
</Import-Package>
- <Include-Resource> META-INF/LICENSE=LICENSE,
+ <Include-Resource>
+ META-INF/LICENSE=LICENSE,
META-INF/LICENSE.asm=LICENSE.asm,
- META-INF/NOTICE=NOTICE
+ META-INF/NOTICE=NOTICE,
+ META-INF/DEPENDENCIES=DEPENDENCIES
</Include-Resource>
<!-- <Embed-Dependency>xercesImpl|xml-resolver</Embed-Dependency> -->
</instructions>