From 79d7d4a8ec0ae26401190a2d98dcf93ea0ed7705 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Wed, 7 Jun 2023 10:00:17 +0200 Subject: [PATCH] Remove unused files --- .../src/main/config/jetty/jetty-env.xml | 5 -- .../src/main/config/jetty/jetty-http.xml | 26 ----------- .../src/main/config/jetty/jetty-https.xml | 24 ---------- .../main/config/jetty/jetty-ssl-context.xml | 16 ------- .../src/main/config/jetty/jetty-ssl.xml | 46 ------------------- api-webapp/src/main/config/webapp.properties | 8 ---- 6 files changed, 125 deletions(-) delete mode 100644 api-webapp/src/main/config/jetty/jetty-env.xml delete mode 100644 api-webapp/src/main/config/jetty/jetty-http.xml delete mode 100644 api-webapp/src/main/config/jetty/jetty-https.xml delete mode 100644 api-webapp/src/main/config/jetty/jetty-ssl-context.xml delete mode 100644 api-webapp/src/main/config/jetty/jetty-ssl.xml delete mode 100644 api-webapp/src/main/config/webapp.properties diff --git a/api-webapp/src/main/config/jetty/jetty-env.xml b/api-webapp/src/main/config/jetty/jetty-env.xml deleted file mode 100644 index 1f82f54..0000000 --- a/api-webapp/src/main/config/jetty/jetty-env.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/api-webapp/src/main/config/jetty/jetty-http.xml b/api-webapp/src/main/config/jetty/jetty-http.xml deleted file mode 100644 index 49c6123..0000000 --- a/api-webapp/src/main/config/jetty/jetty-http.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/api-webapp/src/main/config/jetty/jetty-https.xml b/api-webapp/src/main/config/jetty/jetty-https.xml deleted file mode 100644 index 99abd18..0000000 --- a/api-webapp/src/main/config/jetty/jetty-https.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - http/1.1 - - - - - - - - - - - - - - - diff --git a/api-webapp/src/main/config/jetty/jetty-ssl-context.xml b/api-webapp/src/main/config/jetty/jetty-ssl-context.xml deleted file mode 100644 index 121a644..0000000 --- a/api-webapp/src/main/config/jetty/jetty-ssl-context.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - true - / - - - / - - - - - - - - - diff --git a/api-webapp/src/main/config/jetty/jetty-ssl.xml b/api-webapp/src/main/config/jetty/jetty-ssl.xml deleted file mode 100644 index 1ee1118..0000000 --- a/api-webapp/src/main/config/jetty/jetty-ssl.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/api-webapp/src/main/config/webapp.properties b/api-webapp/src/main/config/webapp.properties deleted file mode 100644 index ed8aeee..0000000 --- a/api-webapp/src/main/config/webapp.properties +++ /dev/null @@ -1,8 +0,0 @@ -# webapp -webapp.env = ${webapp.env} -webapp.url = ${webapp.url} - -# smtp - -# Logging -logger.level = ${logger.level}