ignore non-utf8 files when crlfing

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1078127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-03-04 20:53:25 +00:00
parent 24806405bf
commit bd6599be62
1 changed files with 2 additions and 0 deletions

View File

@ -810,6 +810,7 @@
encoding="UTF-8" encoding="UTF-8"
eol="crlf" eol="crlf"
includes="**/*.txt **/*.xml **/*.java **/*.html **/*.csv **/*.css **/*.properties **/*.jsp **/*.xsl **/*.py **/*.rb **/*.js **/*.json **/*.pl" includes="**/*.txt **/*.xml **/*.java **/*.html **/*.csv **/*.css **/*.properties **/*.jsp **/*.xsl **/*.py **/*.rb **/*.js **/*.json **/*.pl"
excludes="**/stopwordsWrongEncoding.txt **/gb18030-example.xml"
/> />
<zip destfile="${dist}/${fullnamever}-src.zip"> <zip destfile="${dist}/${fullnamever}-src.zip">
@ -870,6 +871,7 @@
encoding="UTF-8" encoding="UTF-8"
eol="crlf" eol="crlf"
includes="**/*.txt **/*.xml **/*.java **/*.html **/*.csv **/*.css **/*.properties **/*.jsp **/*.xsl **/*.py **/*.rb **/*.js **/*.json **/*.pl" includes="**/*.txt **/*.xml **/*.java **/*.html **/*.csv **/*.css **/*.properties **/*.jsp **/*.xsl **/*.py **/*.rb **/*.js **/*.json **/*.pl"
excludes="**/stopwordsWrongEncoding.txt **/gb18030-example.xml"
/> />
<zip destfile="${dist}/${fullnamever}.zip"> <zip destfile="${dist}/${fullnamever}.zip">