You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2022/06/08 21:35:21 UTC

[tomcat] 02/02: Don't forget to actually READ build-release.properties.

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 <ch...@christopherschultz.net>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org