Updated NOTICE, added DEPENDENCIES, updated pom.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1097638 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/deploymentadmin/deploymentadmin/DEPENDENCIES b/deploymentadmin/deploymentadmin/DEPENDENCIES
new file mode 100644
index 0000000..609040c
--- /dev/null
+++ b/deploymentadmin/deploymentadmin/DEPENDENCIES
@@ -0,0 +1,20 @@
+Apache Felix Deployment Admin
+Copyright 2011 The Apache Software Foundation
+
+
+I. Included Third-Party Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Third-Party Software
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2009).
+Licensed under the Apache License 2.0.
+
+III. Overall License Summary
+
+- Apache License 2.0
diff --git a/deploymentadmin/deploymentadmin/NOTICE b/deploymentadmin/deploymentadmin/NOTICE
index fb681e0..eeb614a 100644
--- a/deploymentadmin/deploymentadmin/NOTICE
+++ b/deploymentadmin/deploymentadmin/NOTICE
@@ -1,10 +1,6 @@
-Apache Felix Framework
-Copyright 2006 The Apache Software Foundation
+Apache Felix Deployment Admin
+Copyright 2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
-
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006 The OSGi Alliance.
 Licensed under the Apache License 2.0.
diff --git a/deploymentadmin/deploymentadmin/pom.xml b/deploymentadmin/deploymentadmin/pom.xml
index f940caa..d1576dd 100644
--- a/deploymentadmin/deploymentadmin/pom.xml
+++ b/deploymentadmin/deploymentadmin/pom.xml
@@ -66,6 +66,7 @@
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Private-Package>org.apache.felix.deploymentadmin.*</Private-Package>
                         <Export-Package>org.osgi.service.deploymentadmin.*;version="1.0"</Export-Package>
+                        <Include-Resource>{maven-resources}, META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
                     </instructions>
                 </configuration>
             </plugin>