You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2010/09/23 15:16:02 UTC

svn commit: r1000454 - /incubator/etch/trunk/installers/build.xml

Author: grandyho
Date: Thu Sep 23 13:16:02 2010
New Revision: 1000454

URL: http://svn.apache.org/viewvc?rev=1000454&view=rev
Log:
ETCH-104
added third party license and notice files to dist folder

Modified:
    incubator/etch/trunk/installers/build.xml

Modified: incubator/etch/trunk/installers/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/installers/build.xml?rev=1000454&r1=1000453&r2=1000454&view=diff
==============================================================================
--- incubator/etch/trunk/installers/build.xml (original)
+++ incubator/etch/trunk/installers/build.xml Thu Sep 23 13:16:02 2010
@@ -52,6 +52,8 @@
         <copy file="${Etch.basedir}/DISCLAIMER.txt" tofile="${Etch.dist}/DISCLAIMER.txt" />
         <copy file="${Etch.basedir}/RELEASE_NOTES.txt" tofile="${Etch.dist}/RELEASE_NOTES.txt" />
         <copy file="${Etch.basedir}/NOTICE.txt" tofile="${Etch.dist}/NOTICE.txt" />
+        <copy file="${Etch.basedir}/NOTICE_THIRD_PARTY.txt" tofile="${Etch.dist}/NOTICE_THIRD_PARTY.txt" />
+        <copy file="${Etch.basedir}/LICENSE_THIRD_PARTY.txt" tofile="${Etch.dist}/LICENSE_THIRD_PARTY.txt" />
         <copy file="${proj}/etch-maven-install.bat" todir="${Etch.dist}/bin" >
             <filterset refid="Etch.buildTokens" />
         </copy>