[ofbiz-framework] branch trunk updated: Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)

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

[ofbiz-framework] branch trunk updated: Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux 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 bb53e58  Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)
bb53e58 is described below

commit bb53e58a18f8a04183945ae4d907b83368347142
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sat Jul 18 11:20:55 2020 +0200

    Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)
   
    Removes error.jsp reference, no longer used/exist
---
 build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 936e194..45a68df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -724,7 +724,6 @@ task createPlugin(group: ofbizPlugin, description: 'create a new plugin componen
             [tempName:'Tests.xml', newName:"${pluginResourceName}Tests.xml", location:'testdef'],
             [tempName:'UiLabels.xml', newName:"${pluginResourceName}UiLabels.xml", location:'config'],
             [tempName:'index.jsp', newName:'index.jsp', location:"webapp/${webappName}"],
-            [tempName:'error.jsp', newName:'error.jsp', location:"webapp/${webappName}/error"],
             [tempName:'controller.xml', newName:'controller.xml', location:"webapp/${webappName}/WEB-INF"],
             [tempName:'web.xml', newName:'web.xml', location:"webapp/${webappName}/WEB-INF"],
             [tempName:'CommonScreens.xml', newName:'CommonScreens.xml', location:'widget'],