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/metadata/DEPENDENCIES b/ipojo/metadata/DEPENDENCIES
new file mode 100644
index 0000000..7ffbe6f
--- /dev/null
+++ b/ipojo/metadata/DEPENDENCIES
@@ -0,0 +1,13 @@
+Apache Felix iPOJO Metadata
+Copyright 2008-2010 The Apache Software Foundation
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Software
+
+III. License Summary
+- Apache License 2.0
diff --git a/ipojo/metadata/NOTICE b/ipojo/metadata/NOTICE
index 7ffbe6f..8ba11f8 100644
--- a/ipojo/metadata/NOTICE
+++ b/ipojo/metadata/NOTICE
@@ -1,13 +1,7 @@
 Apache Felix iPOJO Metadata
 Copyright 2008-2010 The Apache Software Foundation
 
-I. Included Software
-
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
 
-II. Used Software
-
-III. License Summary
-- Apache License 2.0
diff --git a/ipojo/metadata/pom.xml b/ipojo/metadata/pom.xml
index 71ba27c..ed7b692 100644
--- a/ipojo/metadata/pom.xml
+++ b/ipojo/metadata/pom.xml
@@ -48,8 +48,11 @@
             <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
             <Bundle-Description> iPOJO Metadata </Bundle-Description>
             <Export-Package> org.apache.felix.ipojo.metadata </Export-Package>
-            <Include-Resource> META-INF/LICENSE=LICENSE,
-              META-INF/NOTICE=NOTICE </Include-Resource>
+            <Include-Resource> 
+              META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE,
+              META-INF/DEPENDENCIES=DEPENDENCIES
+            </Include-Resource>
           </instructions>
           <obrRepository>NONE</obrRepository>
         </configuration>