spring-framework/org.springframework.context...
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix)
Prior to this change, roughly 5% (~300 out of 6000+) of files under the
source tree had CRLF line endings as opposed to the majority which have
LF endings.

This change normalizes these files to LF for consistency going forward.

Command used:

$ git ls-files | xargs file | grep CRLF | cut -d":" -f1 | xargs dos2unix

Issue: SPR-5608
2011-12-21 14:52:47 +01:00
..
.settings Convert CRLF (dos) to LF (unix) 2011-12-21 14:52:47 +01:00
src Convert CRLF (dos) to LF (unix) 2011-12-21 14:52:47 +01:00
.classpath
.project
build.xml
context-support.iml
ivy.xml
pom.xml
template.mf