This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5049-velocity-plugin in repository https://gitbox.apache.org/repos/asf/struts.git
commit d0039d191bb92e12ec12c12bccd713fb263f93c9 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Nov 26 20:27:10 2019 +0100 WW-5049 Drops name as not needed --- plugins/velocity/src/main/resources/struts-plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/velocity/src/main/resources/struts-plugin.xml b/plugins/velocity/src/main/resources/struts-plugin.xml index 04842de..435fab9 100644 --- a/plugins/velocity/src/main/resources/struts-plugin.xml +++ b/plugins/velocity/src/main/resources/struts-plugin.xml @@ -27,7 +27,7 @@ <bean-provider name="velocityBeans" class="org.apache.struts2.views.velocity.VelocityBeanSelectionProvider"/> - <bean class="org.apache.struts2.views.velocity.VelocityManager" name="struts" /> + <bean class="org.apache.struts2.views.velocity.VelocityManager" /> <bean type="org.apache.struts2.components.template.TemplateEngine" name="vm" class="org.apache.struts2.views.velocity.template.VelocityTemplateEngine" />