Skip to content

Commit

Permalink
Back porting to 1.9.x: webapp's web.xml has two <display-name> tags -
Browse files Browse the repository at this point in the history
TRUNK-4017 author:k.joseph
  • Loading branch information
dkayiwa committed Sep 12, 2013
1 parent 0f81346 commit a66acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -5,7 +5,7 @@
version="2.4">

<display-name>@WEBAPP.DISPLAY.NAME@</display-name>
<display-name>@WEBAPP.DESCRIPTION@</display-name>
<description>@WEBAPP.DESCRIPTION@</description>

<context-param>
<param-name>contextConfigLocation</param-name>
Expand Down

0 comments on commit a66acae

Please sign in to comment.