This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 f60c9c8 Restored the RAT configuration exclusion rule for jQuery
files in the common theme
f60c9c8 is described below
commit f60c9c83b699ca87714baeb8164980462dd6477d
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Mon Jun 22 17:01:33 2026 +0200
Restored the RAT configuration exclusion rule for jQuery files in the
common theme
This rule was removed in commit 1e3feec6b60aef6a26bd0ba3d554cd74bda096e5,
but it is still required because rat-excludes.txt is also used for the
release24.09 branch, where these files are still present.
---
rat-excludes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/rat-excludes.txt b/rat-excludes.txt
index 0e8a8ca..c3378e0 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -69,6 +69,7 @@ buildSrc/build/**
**/plugins/solr/webapp/solr/js/**
**/plugins/webpos/webapp/webpos/images/**
**/themes/common-theme/webapp/common-theme/js/*.json
+**/themes/common-theme/webapp/common-theme/js/jquery/**
**/themes/common-theme/webapp/common-theme/js/i18n/datepicker/**
**/themes/common-theme/webapp/common-theme/js/plugins/**
**/themes/common-theme/webapp/images/**