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 e6ca2a3  Adds plugins/VERSION to rat-excludes.txt
e6ca2a3 is described below

commit e6ca2a30e41f41547d3fea376ec0d6522c590973
Author: Jacques Le Roux <[email protected]>
AuthorDate: Sat Dec 23 18:19:15 2023 +0100

    Adds plugins/VERSION to rat-excludes.txt
---
 rat-excludes.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rat-excludes.txt b/rat-excludes.txt
index 86be8d1..1d70094 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -20,9 +20,9 @@
 #    http://creadur.apache.org/rat/
 
 # Note: This file does not contain a list of regular expressions. Instead
-# this file is used as an excludesFile element of the Ant 
-# fileset (https://ant.apache.org/manual/Types/fileset.html) passed to the 
-# RAT report task. 
+# this file is used as an excludesFile element of the Ant
+# fileset (https://ant.apache.org/manual/Types/fileset.html) passed to the
+# RAT report task.
 # See the PatternSet documentation for more information on this file's format:
 # https://ant.apache.org/manual/Types/patternset.html
 
@@ -55,6 +55,7 @@ buildSrc/build/**
 **/applications/content/dtd/**
 **/ping.txt
 **/.project
+**/plugins/VERSION
 **/plugins/ecommerce/webapp/ecommerce/js/**
 **/plugins/example/README-react
 **/plugins/example/vite-react-app/*.json

Reply via email to