Author: rdonkin
Date: Sat May 23 09:02:08 2009
New Revision: 777847
URL: http://svn.apache.org/viewvc?rev=777847&view=rev
Log:
JAMES-907 Ensures notices are included in sar distribution.
https://issues.apache.org/jira/browse/JAMES-907
Modified:
james/server/branches/v2.3/build.xml
Modified: james/server/branches/v2.3/build.xml
URL:
http://svn.apache.org/viewvc/james/server/branches/v2.3/build.xml?rev=777847&r1=777846&r2=777847&view=diff
==============================================================================
--- james/server/branches/v2.3/build.xml (original)
+++ james/server/branches/v2.3/build.xml Sat May 23 09:02:08 2009
@@ -550,6 +550,11 @@
<zipfileset dir="${conf.dir}/samples/fetchmail"
prefix="conf/samples/fetchmail">
<include name="*.xml"/>
</zipfileset>
+ <zipfileset dir="." prefix="META-INF">
+ <include name="LICENSE.txt"/>
+ <include name="NOTICE.txt"/>
+ <include name="README.txt"/>
+ </zipfileset>
</sar>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]