This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit aab46b586e3d29100f072a352467e44b6715dc33 Merge: 87ac51d 2c5194e Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Tue Aug 11 15:30:32 2020 +0200 Merge pull request #135 from apache/property-enumerator Property enumerator WHATSNEW | 3 ++ manual/properties.html | 14 ++++++ .../testcases/taskdefs/optional/echoproperties.xml | 10 ++++ src/main/org/apache/tools/ant/Project.java | 14 +++++- src/main/org/apache/tools/ant/PropertyHelper.java | 28 ++++++++++- .../apache/tools/ant/property/LocalProperties.java | 9 +++- .../tools/ant/property/LocalPropertyStack.java | 18 +++++++ .../org/apache/tools/ant/types/PropertySet.java | 13 ++++- .../org/apache/tools/ant/PropertyHelperTest.java | 55 ++++++++++++++++++++++ .../ant/taskdefs/optional/EchoPropertiesTest.java | 6 +++ 10 files changed, 164 insertions(+), 6 deletions(-)