This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new cfa3cbf Revert unnecessary change
cfa3cbf is described below
commit cfa3cbf3aa7ec5816b84ee54841d75e07ff7f27f
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 6 20:31:26 2019 +0100
Revert unnecessary change
---
BUILDING.txt | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/BUILDING.txt b/BUILDING.txt
index 1e6d354..e0811af 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -298,13 +298,11 @@ You can build them by using the following commands:
Release managers will be provided with the necessary credentials by the
PMC.
It will also be necessary to enable TLS 1.1 and TLS 1.2 by default (they
are
- disabled by default on Java 7) and to specify a more up to date trust store
- than that provided with the most recent Java 7 release for the build
process
- to communicate with the code signing service. The simplest way is by
setting
- the ANT_OPTS environment variable. E.g. (for Windows):
+ disabled by default on Java 7) for the build process to communicate with
the
+ code signing service. The simplest way is by setting the ANT_OPTS
+ environment variable. E.g. (for Windows):
- set ANT_OPTS=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 ^
-
-Djavax.net.ssl.trustStore=C:\java-home\jre\lib\security\cacerts
+ set ANT_OPTS=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
4. Build the release:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]