Author: pawan
Date: Sat Jun 22 09:56:08 2019
New Revision: 1861828
URL:
http://svn.apache.org/viewvc?rev=1861828&view=revLog:
Improved: Made Gradle createPlugin task reflect the actual file/folder structure.
(OFBIZ-10903)
Modified Gradle createPlugin task to reflect the groovyScripts and minilang directory instead old script directory.
Modified:
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1861828&r1=1861827&r2=1861828&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sat Jun 22 09:56:08 2019
@@ -709,7 +709,7 @@ task createPlugin(group: ofbizPlugin, de
def pluginDir = "${pluginsDir}/${pluginId}"
['config', 'data/helpdata', 'dtd', 'documents', 'entitydef', 'lib', 'patches/test', 'patches/qa',
- 'patches/production', 'script', 'servicedef', 'src/main/java', 'src/test/java', 'testdef',
+ 'patches/production', 'groovyScripts', 'minilang', 'servicedef', 'src/main/java', 'src/test/java', 'testdef',
'widget', "webapp/${webappName}/error", "webapp/${webappName}/WEB-INF",
"webapp/${webappName}/WEB-INF/actions"].each {
mkdir pluginDir+'/'+it