Script: definitions-elementThe wscript-element must contain one and only one definitions element. The definitions element defines concepts which is used during a build process, like references, options, templates, transformations, commands, pathfragments, fragments. <definitions anchor="" pubanchor=""> ... </definitions>
The definitions element may contain any number of the following elements, in any order:
and one element of type: Logfile Examples: <definitions> <pathfragment id="commons" value="../commons"/> <template name="T" location="${commons}/p-template.xml"/> </definitions> |