diff options
author | Henri Sara <hesara@vaadin.com> | 2012-06-28 16:57:40 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-06-28 16:57:40 +0300 |
commit | 275b1734c34536d6cd07416b5a2c254509917f1f (patch) | |
tree | 2c8e7c9fab46eddcfeb77147fe6d7e4d8bb65cf8 /build | |
parent | 4ef99ec731c10d7c2e33b3bac68b7b6d3ff242ca (diff) | |
parent | e9b1233e49b66c97f5237538e8299ad75aa9c88b (diff) | |
download | vaadin-framework-275b1734c34536d6cd07416b5a2c254509917f1f.tar.gz vaadin-framework-275b1734c34536d6cd07416b5a2c254509917f1f.zip |
Merge branch 'master' into gwt
Diffstat (limited to 'build')
-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 436170edc2..800de09db2 100644 --- a/build/build.xml +++ b/build/build.xml @@ -394,10 +394,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}"> |