Index: apache-tomcat-8.0.32-src/build.properties.default =================================================================== --- apache-tomcat-8.0.32-src.orig/build.properties.default +++ apache-tomcat-8.0.32-src/build.properties.default @@ -58,6 +58,9 @@ execute.findbugs=false # multicast tests to work java.net.preferIPv4Stack=false +# ----- Build on Windows ---- +build.windows=false + # Location of GPG executable (used only for releases) gpg.exec=/path/to/gpg Index: apache-tomcat-8.0.32-src/build.xml =================================================================== --- apache-tomcat-8.0.32-src.orig/build.xml +++ apache-tomcat-8.0.32-src/build.xml @@ -2844,7 +2844,7 @@ skip.installer property in build.propert + description="Download additional components for a distribution" if="${build.windows}">