You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/03/04 21:53:25 UTC

svn commit: r1078127 - /lucene/dev/trunk/solr/build.xml

Author: rmuir
Date: Fri Mar  4 20:53:25 2011
New Revision: 1078127

URL: http://svn.apache.org/viewvc?rev=1078127&view=rev
Log:
ignore non-utf8 files when crlfing

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1078127&r1=1078126&r2=1078127&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Fri Mar  4 20:53:25 2011
@@ -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">