This is an automated email from the ASF dual-hosted git repository.

isapir pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 45b611d  Added ant taget echoproperties for easier troubleshooting
45b611d is described below

commit 45b611d25258630f652d06c1331e794653c0ae83
Author: Igal Sapir <isa...@apache.org>
AuthorDate: Fri Mar 15 13:55:56 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 381a081..c6e768e 100644
--- a/build.xml
+++ b/build.xml
@@ -493,6 +493,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

Reply via email to