Added an include statement for the LICENSE and NOTICE files.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@743465 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/pom.xml b/dependencymanager/pom.xml
index 4e6ea3d..9e67a3e 100644
--- a/dependencymanager/pom.xml
+++ b/dependencymanager/pom.xml
@@ -58,6 +58,7 @@
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Export-Package>org.apache.felix.dependencymanager</Export-Package>
             <Import-Package>!org.apache.felix.dependencymanager,*</Import-Package>
+            <Include-Resource>META-INF/LICENCE=LICENSE,META-INF/NOTICE=NOTICE</Include-Resource>
           </instructions>
         </configuration>
       </plugin>