diff options
author | Artur Signell <artur@vaadin.com> | 2012-06-25 19:25:21 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-06-28 09:27:32 +0300 |
commit | c8d5d86d3e5daf0bdc0d9fbe12ea3b54eac2f75b (patch) | |
tree | 70597e07cbc34d03bc8a6baba1d20a2df4279a5c /build/build.xml | |
parent | 48cc0f3973579ee6c5893b27e484afc3c87692ec (diff) | |
download | vaadin-framework-c8d5d86d3e5daf0bdc0d9fbe12ea3b54eac2f75b.tar.gz vaadin-framework-c8d5d86d3e5daf0bdc0d9fbe12ea3b54eac2f75b.zip |
Removed unnecessary build step that modifies CRLF/LF
The linefeed test ensures that all source files contain only LF
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/build.xml b/build/build.xml index 97f7c1c274..9b79683bcf 100644 --- a/build/build.xml +++ b/build/build.xml @@ -348,10 +348,6 @@ </fileset> </copy> - <!-- Unify mix usage of mac/Linux/Win characters --> - <echo>Unifying mix usage of Mac/Linux/Win linefeeds for java/html/css/xml files.</echo> - <fixcrlf srcdir="${result-path}/src" eol="crlf" tablength="4" tab="asis" includes="**/*.java **/*.html **/*.css **/*.xml" /> - <!-- Add other files such as images, these are not filtered or processed by fixcrlf task --> <echo>Copying non java/html/css/xml files such as images.</echo> <copy todir="${result-src-core}"> |