You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/04/13 23:41:32 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8752: Fix precommit error: patch files cannot have a license header

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 6e03033  LUCENE-8752: Fix precommit error: patch files cannot have a license header
6e03033 is described below

commit 6e030338864eb8b0ef9ddfd7f40df5030ab1d92a
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Apr 14 01:39:49 2019 +0200

    LUCENE-8752: Fix precommit error: patch files cannot have a license header
---
 lucene/analysis/kuromoji/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lucene/analysis/kuromoji/build.xml b/lucene/analysis/kuromoji/build.xml
index decfa7a..43ca7e3 100644
--- a/lucene/analysis/kuromoji/build.xml
+++ b/lucene/analysis/kuromoji/build.xml
@@ -27,6 +27,7 @@
        is platform dependent?! -->
   <property name="rat.excludes" value="**/*.txt,**/bocchan.utf-8"/>
   <property name="rat.additional-includes" value="src/tools/**"/>
+  <property name="rat.additional-excludes" value="src/tools/patches/**"/>
 
   <!-- we don't want to pull in ipadic/naist etc -->
   <property name="ivy.default.configuration" value="default"/>