From b1eddca62b78029e0e4aaf63930a83caa11681cb Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 25 Jul 2007 10:12:58 +0000 Subject: [PATCH] now supports xml-based property definition. Bug 42946. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559386 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++ docs/manual/CoreTasks/property.html | 4 ++ src/etc/testcases/taskdefs/property.xml | 27 ++++++++++++ .../apache/tools/ant/taskdefs/Property.java | 43 +++++++++++++++++-- .../tools/ant/taskdefs/PropertyTest.java | 11 +++++ 5 files changed, 85 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index d08a03382..a73e22a26 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -127,6 +127,10 @@ Fixed bugs: * Regression: Path subclasses that overrode list() stopped working in resourceCollection contexts in Ant 1.7.0. Bugzilla 42967. +* supports loading from xml based property definition. + Bugzilla 42946 + + Other changes: -------------- *