File tomcat-8.0.9-property-build.windows.patch of Package tomcat.17113
Index: build.properties.default
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- build.properties.default (date 1518033498000)
+++ build.properties.default (date 1520850538000)
@@ -60,6 +60,9 @@
# 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: build.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- build.xml (date 1518033498000)
+++ build.xml (date 1520850512000)
@@ -2868,7 +2868,7 @@
</target>
<target name="download-dist"
- description="Download additional components for a distribution" >
+ description="Download additional components for a distribution" if="${build.windows}">
<antcall target="downloadfile-2">
<param name="sourcefile.1" value="${tomcat-native.loc.1}"/>