summaryrefslogtreecommitdiffstats
path: root/integration/src/main/webapp
diff options
context:
space:
mode:
authorlizi <li.zi30@zte.com.cn>2017-10-10 14:54:14 +0800
committerlizi <li.zi30@zte.com.cn>2017-10-10 14:54:14 +0800
commitfbca92eca2c35f2de13a03243cbb261e0aa03355 (patch)
tree1bb778eef44a7eb84a9c96b5fe10e339e8029374 /integration/src/main/webapp
parent4605804565f30d3f7b5c2e424bc9b208196ae6ee (diff)
remove the integration catalog.
Change-Id: I5b6b17b59dc0fb0707f425bb2893c56ba23c3bc4 Issue-ID: AAI-424 Signed-off-by: lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'integration/src/main/webapp')
-rw-r--r--integration/src/main/webapp/WEB-INF/web.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/integration/src/main/webapp/WEB-INF/web.xml b/integration/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index b4ddd68..0000000
--- a/integration/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright 2016-2017, China Mobile Co., Ltd.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<web-app>
- <display-name>ONAP Web Application</display-name>
- <welcome-file-list>
- <welcome-file>login/index.html</welcome-file>
- </welcome-file-list>
- <listener>
- <listener-class>org.onap.aai.esr.system.SystemListener</listener-class>
- </listener>
-</web-app>