Subversion Repository Public Repository

litesoft

Diff Revisions 394 vs 395 for /trunk/Java/ImageServlet/web/WEB-INF/web.xml

Diff revisions: vs.
  @@ -1,9 +1,5 @@
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 - <web-app xmlns="http://java.sun.com/xml/ns/javaee"
3 - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 - xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
5 - http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
6 - version="2.5">
2 + <web-app version="2.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xmlns="http://java.sun.com/xml/ns/javaee">
7 3
8 4 <servlet>
9 5 <servlet-name>ImageServlet</servlet-name>