Thanks, Deepak for the review. Changes have been committed to rev #1861834.
-- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source experts* http://www.hotwaxsystems.com On Sat, Jun 22, 2019 at 3:29 PM Deepak Dixit <[email protected]> wrote: > Hi Pawan, > > I think we can remove the following entry as well from the createPlugin > task > > "webapp/${webappName}/WEB-INF/actions" > > Thanks & Regards > -- > Deepak Dixit > ofbiz.apache.org > > > On Sat, Jun 22, 2019 at 3:26 PM <[email protected]> wrote: > > > Author: pawan > > Date: Sat Jun 22 09:56:08 2019 > > New Revision: 1861828 > > > > URL: http://svn.apache.org/viewvc?rev=1861828&view=rev > > Log: > > 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 > > > > > > >
