]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed unnecessary build step that modifies CRLF/LF
authorArtur Signell <artur@vaadin.com>
Mon, 25 Jun 2012 16:25:21 +0000 (19:25 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 28 Jun 2012 06:27:32 +0000 (09:27 +0300)
The linefeed test ensures that all source files contain only LF

build/build.xml

index 97f7c1c274a6c2654849b415e9952aab0d1ad6e2..9b79683bcf0d9c9f94ff7b32c7f1a6042301611c 100644 (file)
             </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}">