This is an automated email from the ASF dual-hosted git repository. isapir pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 8a2f41b Added ant taget echoproperties for easier troubleshooting 8a2f41b is described below commit 8a2f41bed80a96bd6d711594ea8b6b7f0f1451da Author: Igal Sapir <isa...@apache.org> AuthorDate: Fri Mar 15 13:35:58 2019 -0700 Added ant taget echoproperties for easier troubleshooting --- build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.xml b/build.xml index cd2d006..c97a945 100644 --- a/build.xml +++ b/build.xml @@ -490,6 +490,11 @@ <!-- =========================== Build targets =========================== --> + <!-- Output the merged properties for the current Ant environment --> + <target name="echoproperties"> + <echoproperties/> + </target> + <target name="build-prepare"> <!-- Required so we can compile --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org