Do not evaluate the "execute.installer" property,
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Jun 2010 23:04:25 +0000 (23:04 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Jun 2010 23:04:25 +0000 (23:04 +0000)
because it is never used in this build file: "skip.installer" is used instead.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@952478 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index cd9bf73..26b1b16 100644 (file)
--- a/build.xml
+++ b/build.xml
   </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"/>