Author: bphillips Date: Wed Sep 25 17:04:24 2013 New Revision: 1526231 URL: http://svn.apache.org/r1526231 Log: updated name value
Modified: struts/sandbox/trunk/struts2examples/annotations/src/main/webapp/WEB-INF/web.xml Modified: struts/sandbox/trunk/struts2examples/annotations/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/annotations/src/main/webapp/WEB-INF/web.xml?rev=1526231&r1=1526230&r2=1526231&view=diff ============================================================================== --- struts/sandbox/trunk/struts2examples/annotations/src/main/webapp/WEB-INF/web.xml (original) +++ struts/sandbox/trunk/struts2examples/annotations/src/main/webapp/WEB-INF/web.xml Wed Sep 25 17:04:24 2013 @@ -2,7 +2,7 @@ <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> - <display-name>Struts2_Annotations_Mvn</display-name> + <display-name>annotations</display-name> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list>