Description
Following discussion at https://markmail.org/message/y3izmnxd7jd6jbkf we need to clean some Groovy files in the base component, notably:
- remove ant-scripts folder and its content.
- Rename framework/base/groovyScript to framework/base/groovyScripts;
- Move GroovyInit.groovy and GroovyServiceTest.groovy respectively to framework/base/groovyScripts and framework/common/groovyScripts and change their paths where used.
- Removes GroovyInit.groovy from excludedConfigFiles block in build.gradle
- After
OFBIZ-10611it's possible to move GroovyBaseScript.groovy from
framework/service/src/main/java/org/apache/ofbiz/service/engine
to
framework/service/src/main/groovy/org/apache/ofbiz/service/engine - Removes FileUtilTests.groovy from basetests.xml (missed it in
OFBIZ-10611)