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

bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.


    from 87ac51d  fallback to a separate owner-only tempdir if possible
     add 0bd346c  add a PropertyEnumerator delegate to better support 
PropertySet
     add 2c5194e  make local properties visible to propertyset
     new aab46b5  Merge pull request #135 from apache/property-enumerator

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 src/tests/junit/org/apache/tools/ant/PropertyHelperTest.java

Reply via email to