This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 1e3feec Fixed: following commit
3543919d62f631363352898dda6588f339e9ee85
1e3feec is described below
commit 1e3feec6b60aef6a26bd0ba3d554cd74bda096e5
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue May 19 11:15:43 2026 +0200
Fixed: following commit 3543919d62f631363352898dda6588f339e9ee85
Which is "Move jQuery Datepicker UI locale files to js/i18n/datepicker and
remove the jquery folder and its content"
Replaces
**/themes/common-theme/webapp/common-theme/js/jquery/**
by
**/themes/common-theme/webapp/common-theme/js/i18n/datepicker/**
---
rat-excludes.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rat-excludes.txt b/rat-excludes.txt
index 93d1b7e..0e8a8ca 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -69,7 +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/**
**/themes/rainbowstone/webapp/rainbowstone/flags/**