Class CheckEol

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tomcat.buildutil.CheckEol
All Implemented Interfaces:
Cloneable

public class CheckEol extends org.apache.tools.ant.Task
Ant task that checks that all the files in the given fileset have end-of-line delimiters that are appropriate.

The goal is to check whether we have problems with Subversion's svn:eol-style property or Git's autocrlf setting when files are committed on one OS and then checked on another one.