This is an automated email from the ASF dual-hosted git repository.
pgil pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new bacb5995e3 Improved: Renames some groovy scripts to avoid duplicate
classes (OFBIZ-12813)
bacb5995e3 is described below
commit bacb5995e3b47dacc449007676ddca48449225a8
Author: Gil Portenseigne <[email protected]>
AuthorDate: Tue Mar 26 17:25:01 2024 +0100
Improved: Renames some groovy scripts to avoid duplicate classes
(OFBIZ-12813)
Complete the modifications, references to files were renamed but not the
files.
---
...erRequirementServices.groovy => OrderRequirementServicesScript.groovy} | 0
...ategoryContentServices.groovy => CategoryContentServicesScript.groovy} | 0
...ntentServices.groovy => ProductConfigItemContentServicesScript.groovy} | 0
3 files changed, 0 insertions(+), 0 deletions(-)
diff --git
a/applications/order/src/main/groovy/org/apache/ofbiz/order/order/OrderRequirementServices.groovy
b/applications/order/src/main/groovy/org/apache/ofbiz/order/order/OrderRequirementServicesScript.groovy
similarity index 100%
rename from
applications/order/src/main/groovy/org/apache/ofbiz/order/order/OrderRequirementServices.groovy
rename to
applications/order/src/main/groovy/org/apache/ofbiz/order/order/OrderRequirementServicesScript.groovy
diff --git
a/applications/product/src/main/groovy/org/apache/ofbiz/product/product/category/CategoryContentServices.groovy
b/applications/product/src/main/groovy/org/apache/ofbiz/product/product/category/CategoryContentServicesScript.groovy
similarity index 100%
rename from
applications/product/src/main/groovy/org/apache/ofbiz/product/product/category/CategoryContentServices.groovy
rename to
applications/product/src/main/groovy/org/apache/ofbiz/product/product/category/CategoryContentServicesScript.groovy
diff --git
a/applications/product/src/main/groovy/org/apache/ofbiz/product/product/config/ProductConfigItemContentServices.groovy
b/applications/product/src/main/groovy/org/apache/ofbiz/product/product/config/ProductConfigItemContentServicesScript.groovy
similarity index 100%
rename from
applications/product/src/main/groovy/org/apache/ofbiz/product/product/config/ProductConfigItemContentServices.groovy
rename to
applications/product/src/main/groovy/org/apache/ofbiz/product/product/config/ProductConfigItemContentServicesScript.groovy