spring-framework/org.springframework.integra...
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 Fix obscure STS error 2011-03-31 14:28:08 +00:00
src Convert CRLF (dos) to LF (unix) 2011-12-21 14:52:47 +01:00
.classpath [SPR-8222] Upgraded to JUnit 4.9. 2011-08-30 13:16:12 +00:00
.project Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +00:00
.springBeans Fix obscure STS error 2011-03-31 14:28:08 +00:00
build.xml + upgrade to AspectJ 1.6.8 2010-02-04 11:46:21 +00:00
integration-tests.iml Revert "Introduce (Annotation)SessionFactoryBuilder types" 2011-10-09 07:55:52 +00:00
ivy.xml Revert "Introduce (Annotation)SessionFactoryBuilder types" 2011-10-09 07:55:52 +00:00
pom.xml Increment version to 3.1.1.BUILD-SNAPSHOT 2011-12-16 11:59:06 +01:00
template.mf renamed .testsuite -> .integration-tests 2008-12-20 09:36:46 +00:00