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/handler/temporal/pom.xml b/ipojo/handler/temporal/pom.xml
index 30d1d13..a9fe5dc 100644
--- a/ipojo/handler/temporal/pom.xml
+++ b/ipojo/handler/temporal/pom.xml
@@ -80,10 +80,12 @@
<Bundle-DocURL>
http://felix.apache.org/site/temporal-service-dependency.html
</Bundle-DocURL>
- <Include-Resource> META-INF/LICENSE=LICENSE,
+ <Include-Resource>
+ META-INF/LICENSE=LICENSE,
META-INF/LICENSE.asm=LICENSE.asm,
- META-INF/NOTICE=NOTICE
- </Include-Resource>
+ META-INF/NOTICE=NOTICE,
+ META-INF/DEPENDENCIES=DEPENDENCIES
+ </Include-Resource>
</instructions>
</configuration>
</plugin>