svn commit: r1861828 - /ofbiz/ofbiz-framework/trunk/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1861828 - /ofbiz/ofbiz-framework/trunk/build.gradle

Pawan Verma-2
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


Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1861828 - /ofbiz/ofbiz-framework/trunk/build.gradle

Deepak Dixit-5
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


On Sat, Jun 22, 2019 at 3:26 PM <[hidden email]> 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