diff options
author | avigaffa <avi.gaffa@amdocs.com> | 2018-08-15 08:37:02 +0300 |
---|---|---|
committer | avigaffa <avi.gaffa@amdocs.com> | 2018-08-15 08:37:07 +0300 |
commit | 229dbd17cb098d06a50f11f5f77a8ee364376388 (patch) | |
tree | 4db0eaf24260f5d75615af00cd12c39ec20ac5cb /services/activity-spec/activity-spec-web/activity-spec-api-docs/WEB-INF/jetty-web.xml | |
parent | dc856bba284798fa8f1484abf8fc8140008ececb (diff) |
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 <avi.gaffa@amdocs.com>
Diffstat (limited to 'services/activity-spec/activity-spec-web/activity-spec-api-docs/WEB-INF/jetty-web.xml')
-rw-r--r-- | services/activity-spec/activity-spec-web/activity-spec-api-docs/WEB-INF/jetty-web.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/services/activity-spec/activity-spec-web/activity-spec-api-docs/WEB-INF/jetty-web.xml b/services/activity-spec/activity-spec-web/activity-spec-api-docs/WEB-INF/jetty-web.xml deleted file mode 100644 index 53a97bcd31..0000000000 --- a/services/activity-spec/activity-spec-web/activity-spec-api-docs/WEB-INF/jetty-web.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE Configure PUBLIC - "-//Mort Bay Consulting//DTD Configure//EN" - "http://www.eclipse.org/jetty/configure_9_0.dtd"> - -<Configure class="org.eclipse.jetty.webapp.WebAppContext"> - <Set name="contextPath">/activity-spec-api-docs</Set> -</Configure> |