C.8 ExportPropertiesTask

Exports all defined properties to a specified file.

Table C.8: Attributes

NameTypeDescriptionDefaultRequired
targetfileStringTarget file for saved propertiesn/aYes
disallowedPropertyPrefixesStringExclude properties starting with these prefixes (separated by ,'host.', 'phing.', 'os.', 'php.', 'line.', 'env.', 'user.'No

C.8.1 Example

<exportproperties targetfile="output.props" />