Author: kkolinko
Date: Mon Jun  7 23:04:25 2010
New Revision: 952478

URL: http://svn.apache.org/viewvc?rev=952478&view=rev
Log:
Do not evaluate the "execute.installer" property,
because it is never used in this build file: "skip.installer" is used instead.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=952478&r1=952477&r2=952478&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jun  7 23:04:25 2010
@@ -1177,18 +1177,6 @@
   </target>
 
   <target name="dist-prepare" depends="download-dist">
-    <!-- This is why releasing must be done on Windows / with wine:
-         otherwise this check fails and the .exe distro is not generated -->
-    <condition property="execute.installer">
-      <and>
-        <os family="windows" />
-        <available file="${nsis.exe}" />
-        <available file="${nsis.installoptions.dll}" />
-        <available file="${nsis.nsexec.dll}" />
-        <available file="${nsis.nsisdl.dll}" />
-      </and>
-    </condition>
-    
     <mkdir dir="${tomcat.dist}"/>
     <mkdir dir="${tomcat.dist}/bin"/>
     <mkdir dir="${tomcat.dist}/conf"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to