2016-02-17 18:24:24 +00:00
|
|
|
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
|
2015-06-01 08:49:05 +00:00
|
|
|
java.net.preferIPv4Stack=false
|
2016-02-17 18:24:24 +00:00
|
|
|
|
2015-06-01 08:49:05 +00:00
|
|
|
+# ----- Build on Windows ----
|
|
|
|
+build.windows=false
|
2016-02-17 18:24:24 +00:00
|
|
|
+
|
|
|
|
# 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
|
2015-06-01 08:49:05 +00:00
|
|
|
</target>
|
|
|
|
|
|
|
|
<target name="download-dist"
|
|
|
|
- description="Download additional components for a distribution" >
|
|
|
|
+ description="Download additional components for a distribution" if="${build.windows}">
|
|
|
|
|
|
|
|
<antcall target="downloadzip-2">
|
|
|
|
<param name="sourcefile.1" value="${tomcat-native.win.1}"/>
|