This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 8f0bd6d93d5d3eeb68fd57bd5053681b094c6850 Author: Christopher Schultz <[email protected]> AuthorDate: Wed Jun 8 17:29:16 2022 -0400 Don't forget to actually READ build-release.properties. --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 5818879020..2885adb91f 100644 --- a/build.xml +++ b/build.xml @@ -34,6 +34,7 @@ <!-- property values you may customize. --> <property file="${user.home}/build.properties"/> <property file="build.properties"/> + <property file="build-release.properties"/> <property file="build.properties.default"/> <!-- Check Ant Version --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
