You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/05/09 20:26:35 UTC

svn commit: r1480736 - /incubator/jspwiki/trunk/build.xml

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}" />