You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/03/05 20:40:40 UTC

svn commit: r750561 - /incubator/etch/releases/release-1.0.2/installers/build.xml

Author: dixson
Date: Thu Mar  5 19:40:39 2009
New Revision: 750561

URL: http://svn.apache.org/viewvc?rev=750561&view=rev
Log:
fix destination file name for DISCLAIMER.txt

Modified:
    incubator/etch/releases/release-1.0.2/installers/build.xml

Modified: incubator/etch/releases/release-1.0.2/installers/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/releases/release-1.0.2/installers/build.xml?rev=750561&r1=750560&r2=750561&view=diff
==============================================================================
--- incubator/etch/releases/release-1.0.2/installers/build.xml (original)
+++ incubator/etch/releases/release-1.0.2/installers/build.xml Thu Mar  5 19:40:39 2009
@@ -49,7 +49,7 @@
         <copy file="${Etch.basedir}/LICENSE.txt" todir="${Etch.dist}" />
         <copy file="${Etch.basedir}/ChangeLog.txt" todir="${Etch.dist}" />
         <copy file="${Etch.basedir}/README.txt" tofile="${Etch.dist}/README.txt" />
-        <copy file="${Etch.basedir}/DISCLAIMER.txt" tofile="${Etch.dist}/README.txt" />
+        <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="${proj}/etch-maven-install.bat" todir="${Etch.dist}/maven" >