mfdestfilelist

Description

mfdestfilelist is an explicitly-named list of files used by the asmclean, bmsclean, cobolclean, imsclean or pliclean tasks and can either appear inside one of these tasks or as a standalone type. Such a list is used for specifying additional build artefacts that need to be cleaned.

Parameters specified as nested elements

file
Use nested <file> elements to name each file in the list.
Attribute Description Required
name The name of the file. Yes

Examples

Specify a number of files:

<mfdestfilelist>
    <file name="Program1.exe"/>
</mfdestfilelist>