更改基本配置

This commit is contained in:
lixiangrong
2016-01-26 16:33:27 +08:00
parent 1287a72c0b
commit 5a606dfe36
6 changed files with 11 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >
<display-name>Archetype Created Web Application</display-name>
<web-app>
<display-name>Archetype Created Web Application</display-name>
</web-app>