Include the N&L files for the shaded dependencies

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1212760 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index fed4219..23fec6a 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/assembly/bin.xml
@@ -22,11 +22,20 @@
     <format>zip</format>
   </formats>
   <includeSiteDirectory>false</includeSiteDirectory>
+  <!-- Use the N&L files which apply to the included dependencies -->
+  <files>
+    <file>
+      <source>${basedir}/src/main/assembly/LICENSE-with-deps.txt</source>
+      <destName>LICENSE.txt</destName>
+    </file>
+    <file>
+      <source>${basedir}/src/main/assembly/NOTICE-with-deps.txt</source>
+      <destName>NOTICE.txt</destName>
+    </file>
+  </files>
   <fileSets>
     <fileSet>
       <includes>
-        <include>LICENSE*</include>
-        <include>NOTICE*</include>
         <include>RELEASE-NOTES.txt</include>
       </includes>
     </fileSet>