From 229dbd17cb098d06a50f11f5f77a8ee364376388 Mon Sep 17 00:00:00 2001 From: avigaffa Date: Wed, 15 Aug 2018 08:37:02 +0300 Subject: Remove activity spec from sdc Remove activity spec module from sdc since it is now part of sdc-workflow-designer project Change-Id: I730e60708bf6bae757be46113601c7ce4fc92a92 Issue-ID: SDC-1651 Signed-off-by: avigaffa --- .../src/main/webapp/WEB-INF/beans-services.xml | 49 ---------------- .../src/main/webapp/WEB-INF/jetty-web.xml | 8 --- .../main/webapp/WEB-INF/spring-mapper-servlet.xml | 13 ----- .../src/main/webapp/WEB-INF/web.xml | 67 ---------------------- 4 files changed, 137 deletions(-) delete mode 100644 services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml delete mode 100644 services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/jetty-web.xml delete mode 100644 services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/spring-mapper-servlet.xml delete mode 100644 services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/web.xml (limited to 'services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF') diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml deleted file mode 100644 index 245f3b8fdd..0000000000 --- a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/jetty-web.xml b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/jetty-web.xml deleted file mode 100644 index aa9afe9f7e..0000000000 --- a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/jetty-web.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - /activity-spec-api - diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/spring-mapper-servlet.xml b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/spring-mapper-servlet.xml deleted file mode 100644 index 5a32dd432a..0000000000 --- a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/spring-mapper-servlet.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/web.xml b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 229ef9fd4a..0000000000 --- a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - contextConfigLocation - WEB-INF/beans-services.xml - - - - org.onap.sdc.activityspec.api.server.listeners.ActivitySpecAppStartupListener - - - - SessionContextFilter - org.onap.sdc.activityspec.api.server.filters.ActivitySpecSessionContextFilter - - - SessionContextFilter - /* - - - - spring-mapper - - org.springframework.web.servlet.DispatcherServlet - - 1 - - - - CXFServlet - CXF Servlet - - org.apache.cxf.transport.servlet.CXFServlet - - - redirects-list - - /docs/(\S)+\.json - - - - redirect-attributes - - javax.servlet.include.request_uri - - - - redirect-servlet-name - default - - 1 - - - spring-mapper - /ws/* - - - CXFServlet - /* - - -- cgit 1.2.3-korg