Author: wsmoak Date: Sun Nov 27 20:17:37 2005 New Revision: 349359 URL: http://svn.apache.org/viewcvs?rev=349359&view=rev Log: Include LICENSE and NOTICE in the mailreader-dao jar file.
Modified: struts/apps/trunk/mailreader-dao/project.xml Modified: struts/apps/trunk/mailreader-dao/project.xml URL: http://svn.apache.org/viewcvs/struts/apps/trunk/mailreader-dao/project.xml?rev=349359&r1=349358&r2=349359&view=diff ============================================================================== --- struts/apps/trunk/mailreader-dao/project.xml (original) +++ struts/apps/trunk/mailreader-dao/project.xml Sun Nov 27 20:17:37 2005 @@ -27,6 +27,18 @@ <description>A pluggable psuedo DAO layer for the Struts mailreader web application</description> <shortDescription>DAO layer for the Struts mailreader app</shortDescription> + <build> + <resources> + <resource> + <directory>../build</directory> + <includes> + <include>LICENSE.txt</include> + <include>NOTICE.txt</include> + </includes> + </resource> + </resources> + </build> + <dependencies/> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]