Have you looked at the Ant documentation?
It's pretty simple:
${eol.type} can be "asis", "cr", "lf", and "crlf" or you can (and
probably prefer) the OS names as values "mac", "unix", "dos".
According to the documentation, if you don't specify "eol", it will
default to the eol-type of the machi
How do I convert line feeds to from unix to windows or windows to unix?
1.)
This shows some example crlf
http://jira.codehaus.org/browse/MPDIST-9
2.)
Are these constants?
What would they be?
3.)
The first one converts from linux to windows or converts to linux?