Author: rahul
Date: Fri Dec 29 20:04:57 2006
New Revision: 491166
URL: http://svn.apache.org/viewvc?view=rev&rev=491166
Log:
Include LICENSE and NOTICE in root folder of assembly.
SHALE-380
Modified:
shale/framework/trunk/shale-apps/mailreader-jpa/src/main/assembly/dep.xml
Modified:
shale/framework/trunk/shale-apps/mailreader-jpa/src/main/assembly/dep.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/mailreader-jpa/src/main/assembly/dep.xml?view=diff&rev=491166&r1=491165&r2=491166
==============================================================================
--- shale/framework/trunk/shale-apps/mailreader-jpa/src/main/assembly/dep.xml
(original)
+++ shale/framework/trunk/shale-apps/mailreader-jpa/src/main/assembly/dep.xml
Fri Dec 29 20:04:57 2006
@@ -37,6 +37,16 @@
</includes>
</fileSet>
+ <!-- Include LICENSE.txt and NOTICE.txt -->
+ <fileSet>
+ <directory>./src/main/resources/META-INF</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>LICENSE.txt</include>
+ <include>NOTICE.txt</include>
+ </includes>
+ </fileSet>
+
<!-- Include the source code in the assembly -->
<fileSet>
<directory>./src</directory>