Property

Description

Sets a property (by name and value).

Parameters

Attribute Description Required
name the name of the property to set. Yes
value the value of the property. Yes

Parameters specified as nested elements

NONE

Examples

  <property name="foo" value="42"/>

sets the property foo to the value "42".

any references to ${foo} will be substituted by '42'

Copyright © 2000,2001,2002 Paul Bethe and Richie Bielak. All rights Reserved.