This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/ofbiz-tools.gitThe following commit(s) were added to refs/heads/master by this push:
new 94a3c82 Improved: excludes Swagger files from license analysis
94a3c82 is described below
commit 94a3c828f078aebe8b2bc44d70207bc12b166587
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Thu Aug 27 11:56:23 2020 +0200
Improved: excludes Swagger files from license analysis
Thjis includes ofbiz-rest-impl/webapp/swagger/WEB-INF/web.xml which should not
be concerned (it has an ASL2 header) but I prefer to keep things simple
---
rat-excludes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/rat-excludes.txt b/rat-excludes.txt
index ece1c06..f5ac6bc 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -51,6 +51,7 @@ VERSION
**/.project
**plugins/ecommerce/webapp/ecommerce/js/**
**plugins/ecommerce/webapp/ecommerce/css/**
+**plugins/ofbiz-rest-impl/webapp/swagger/**
**/plugins/solr/home/zoo.cfg
**/plugins/solr/home/solrdefault/**
**/plugins/solr/webapp/solr/**