changed web.xml version from 2.4 to 2.5.

This commit is contained in:
fosorio
2013-03-23 11:23:01 -03:00
parent 32f1abef3b
commit cc4d52763d

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app 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"
version="2.4">
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd"
version="2.5">
<!-- The master configuration file for this Spring web application -->
<context-param>
@@ -114,4 +114,4 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>
</web-app>
</web-app>