--- Magesh Umasankar <[EMAIL PROTECTED]> wrote: > For example, > > <property name="foo" expr="3+5"/> > > would be consistent with what the user is used to > instead of > > <expr name="foo" eval="3+5"/>, to set the property foo.
Change "name" to "property", and it's now consistent with tasks like <available> and <uptodate> -- tasks that set a property based on the result of some processing (as opposed to <property>, which simply sets properties based on name/value pairs). Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
