This is an automated email from the ASF dual-hosted git repository.
isapir 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 b796750 Added ant taget echoproperties for easier troubleshooting
b796750 is described below
commit b7967503cde9fb523eb398174ac312256a98a169
Author: Igal Sapir <[email protected]>
AuthorDate: Fri Mar 15 13:56:26 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 8f5f5c5..c1cfc61 100644
--- a/build.xml
+++ b/build.xml
@@ -504,6 +504,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: [email protected]
For additional commands, e-mail: [email protected]