spring-framework/org.springframework.core
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 Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +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 Added Eclipse project dependency on org.springframework.asm 2011-05-23 17:18:14 +00:00
build.xml Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it. 2010-05-14 16:07:39 +00:00
core.iml added joptsimple dependency 2011-07-03 16:24:55 +00:00
ivy.xml Remove unnecessary javax.servlet dependency 2011-07-19 14:04:15 +00:00
pom.xml Increment version to 3.1.1.BUILD-SNAPSHOT 2011-12-16 11:59:06 +01:00
template.mf Introduce CommandLinePropertySource and impls 2011-06-30 22:33:56 +00:00