Configure step "Fix text files eol/eof characters"

This step is used to fix end of line/file characters of specified text files for current OS platform.

Step necessary condition

Determines if this step is necessary during the build process. It is an OGNL expression with current configuration as its root object.

Source directory

Specify source directory of files to fix. Non-absolute source directory will be assumed to be relative to current configuration's checkouts directory, and the checkouts directory itself will be assumed if this property is left blank.

File name patterns

Specify file name patterns of files to fix, for example: *.txt, *.java. If left empty, all files will be fixed under the source directory.

Fix recursively

Whether or not to recursively fix files under the source directory.