mirror of https://github.com/apache/lucene.git
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:
parent
24806405bf
commit
bd6599be62
|
@ -810,6 +810,7 @@
|
|||
encoding="UTF-8"
|
||||
eol="crlf"
|
||||
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">
|
||||
|
@ -870,6 +871,7 @@
|
|||
encoding="UTF-8"
|
||||
eol="crlf"
|
||||
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">
|
||||
|
|
Loading…
Reference in New Issue