Author: sebb Date: Sat Dec 10 10:29:10 2011 New Revision: 1212760 URL: http://svn.apache.org/viewvc?rev=1212760&view=rev Log: Include the N&L files for the shaded dependencies
Modified: commons/proper/digester/trunk/src/main/assembly/bin.xml Modified: commons/proper/digester/trunk/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/assembly/bin.xml?rev=1212760&r1=1212759&r2=1212760&view=diff ============================================================================== --- commons/proper/digester/trunk/src/main/assembly/bin.xml (original) +++ commons/proper/digester/trunk/src/main/assembly/bin.xml Sat Dec 10 10:29:10 2011 @@ -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>