[ofbiz-tools] branch master updated: Improved: excludes Swagger files from license analysis

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-tools] branch master updated: Improved: excludes Swagger files from license analysis

jleroux@apache.org
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.git


The following commit(s) were added to refs/heads/master by this push:
     new 6517e86  Improved: excludes Swagger files from license analysis
6517e86 is described below

commit 6517e865fc7a429d9c49d494ef95d8193859def7
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Thu Aug 27 11:56:23 2020 +0200

    Improved: excludes Swagger files from license analysis
   
    This 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
   
    Missed a / in previous commit?
    Was not in ecommerce too, added it there for js, removed for css, not needed
---
 rat-excludes.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/rat-excludes.txt b/rat-excludes.txt
index f5ac6bc..865ee54 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -49,9 +49,8 @@ VERSION
 **/applications/content/dtd/**
 **/ping.txt
 **/.project
-**plugins/ecommerce/webapp/ecommerce/js/**
-**plugins/ecommerce/webapp/ecommerce/css/**
-**plugins/ofbiz-rest-impl/webapp/swagger/**
+**/plugins/ecommerce/webapp/ecommerce/js/**
+**/plugins/ofbiz-rest-impl/webapp/swagger/**
 **/plugins/solr/home/zoo.cfg
 **/plugins/solr/home/solrdefault/**
 **/plugins/solr/webapp/solr/**