Author: juanpablo
Date: Thu May  9 18:26:34 2013
New Revision: 1480736

URL: http://svn.apache.org/r1480736
Log:
added DISCLAIMER file to distribution target.

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1480736&r1=1480735&r2=1480736&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Thu May  9 18:26:34 2013
@@ -709,6 +709,7 @@
 
     <!-- binary distribution -->
     <copy file="ChangeLog"    todir="${install.fulldir}" />
+    <copy file="DISCLAIMER"   todir="${install.fulldir}" />
     <copy file="LICENSE"      todir="${install.fulldir}" />
     <copy file="NOTICE"       todir="${install.fulldir}" />
     <copy file="README"       todir="${install.fulldir}" />


Reply via email to