You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2020/08/25 15:40:11 UTC

[lucene-solr] branch branch_8_6 updated: LUCENE-9224: (ant) RAT report complains about ... solr/webapp rat-report.xml

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

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


The following commit(s) were added to refs/heads/branch_8_6 by this push:
     new 5ab8c34  LUCENE-9224: (ant) RAT report complains about ... solr/webapp rat-report.xml
5ab8c34 is described below

commit 5ab8c34fc4cf07e5c02b4b426c35f7185c3529b0
Author: Simon Willnauer <si...@apache.org>
AuthorDate: Tue Aug 25 17:34:58 2020 +0200

    LUCENE-9224: (ant) RAT report complains about ... solr/webapp rat-report.xml
---
 solr/webapp/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/webapp/build.xml b/solr/webapp/build.xml
index 99f8d17..4b8dce3 100644
--- a/solr/webapp/build.xml
+++ b/solr/webapp/build.xml
@@ -19,7 +19,7 @@
   <description>Solr webapp</description>
 
   <property name="rat.additional-includes" value="**"/>
-  <property name="rat.additional-excludes" value="web/img/**"/>
+  <property name="rat.additional-excludes" value="web/img/**,**/rat-report.xml"/>
 
   <import file="../common-build.xml"/>