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/02/05 20:03:45 UTC

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

Author: dixson
Date: Thu Feb  5 19:03:45 2009
New Revision: 741247

URL: http://svn.apache.org/viewvc?rev=741247&view=rev
Log:
ETCH-49 - merge changes from 1.0.2. into trunk

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=741247&r1=741246&r2=741247&view=diff
==============================================================================
--- incubator/etch/trunk/installers/build.xml (original)
+++ incubator/etch/trunk/installers/build.xml Thu Feb  5 19:03:45 2009
@@ -7,7 +7,7 @@
     <!-- Static properties of the sub-project -->
     <property name="proj"                 location="${Etch.basedir}/installers" />
     <property name="target"               location="${proj}/target" />
-    <property name="packageName"          value="etch-${Etch.version}" />
+    <property name="packageName"          value="${Etch.longname}" />
 
     <!-- INIT TARGET -->
     <!-- Modify this target to define project specific properties that can only be set at runtime -->
@@ -27,7 +27,7 @@
     <target name="do-txts">
         <copy file="${Etch.basedir}/LICENSE.txt" todir="${Etch.dist}" />
         <copy file="${Etch.basedir}/ChangeLog.txt" todir="${Etch.dist}" />
-        <copy file="${Etch.basedir}/DIST_README.txt" tofile="${Etch.dist}/README.txt" />
+        <copy file="${Etch.basedir}/README.txt" tofile="${Etch.dist}/README.txt" />
         <copy file="${proj}/etch-maven-install.bat" todir="${Etch.dist}/maven" >
             <filterset refid="Etch.buildTokens" />
         </copy>