You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/06/09 07:11:20 UTC

[tomcat] branch 9.0.x updated: Move download settings together

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new f54c89ce00 Move download settings together
f54c89ce00 is described below

commit f54c89ce00168336ea5cc359418aa5676a2cf1db
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 9 08:10:58 2022 +0100

    Move download settings together
---
 build.properties.default | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index e58f71d21f..fb883f35cc 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -48,7 +48,6 @@ git.branch=9.0.x
 # Note enabling validation uses Checkstyle which is LGPL licensed
 ant.version.required=1.9.10
 execute.validate=false
-execute.download=true
 execute.test.nio=true
 execute.test.nio2=true
 # Still requires APR/native library to be present
@@ -87,7 +86,8 @@ codesigning.storetype=DIGICERTONE
 # Set codesigning.storepass in build.properties with the following syntax
 #codesigning.storepass=<api-key>|/path/to/Certificate_pkcs12.p12|<password>
 
-# ----- Settings to use when downloading files -----
+# ----- Settings to control downloading of files -----
+execute.download=true
 trydownload.httpusecaches=true
 
 # ----- Default Base Path for Dependent Packages -----


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