diff options
author | shentao <shentao@chinamobile.com> | 2017-08-31 23:40:50 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-08-31 23:40:58 +0800 |
commit | 4ff32341a0af1972b44a7410e76e9b231131e7ab (patch) | |
tree | e12d231d9204183e288cd2c39100b796d0c3365c /usecaseui-common/src/main/webapp/WEB-INF/web.xml | |
parent | 47b0a0f5957fab266d8c02d0fb09ac6bba343cbd (diff) |
Upload Usecase-UI project structure code
Change-Id: Iac0da235df9fdf075d6ea6e368cebf58695fc796
Issue-Id: USECASEUI-6
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-common/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | usecaseui-common/src/main/webapp/WEB-INF/web.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usecaseui-common/src/main/webapp/WEB-INF/web.xml b/usecaseui-common/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..3f84f06a --- /dev/null +++ b/usecaseui-common/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee" + xmlns:web="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" + version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee"> + + <!-- This is a stub web.xml in the common area --> + <display-name>ecomp-sdk-app-common</display-name> + +</web-app> |