From 76fcbace434dda84665d48c15615fb27d6db8020 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Sat, 28 Oct 2023 08:44:14 +0100 Subject: [PATCH] feat: Move sites definition into common extension - MEED-2811 - Meeds-io/MIPs#100 This change will move sites pages definition into sites.war extension to centralize the configuration of sites which will improve the maintainability and evolutivity. --- .../task-addon/application-configuration.xml | 36 ---------------- .../task-addon/portal/global/navigation.xml | 31 ------------- .../conf/task-addon/portal/global/pages.xml | 43 ------------------- 3 files changed, 110 deletions(-) delete mode 100644 webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/navigation.xml delete mode 100644 webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/pages.xml diff --git a/webapps/src/main/webapp/WEB-INF/conf/task-addon/application-configuration.xml b/webapps/src/main/webapp/WEB-INF/conf/task-addon/application-configuration.xml index 9e0a84b5d..d27c70ba8 100644 --- a/webapps/src/main/webapp/WEB-INF/conf/task-addon/application-configuration.xml +++ b/webapps/src/main/webapp/WEB-INF/conf/task-addon/application-configuration.xml @@ -17,42 +17,6 @@ --> - - org.exoplatform.portal.config.UserPortalConfigService - - new.portal.config.user.listener - initListener - org.exoplatform.portal.config.NewPortalConfigListener - this listener init the portal configuration - - - portal.configuration - description - - - - - global - - - - - portal - - - war:/conf/task-addon/ - - - ${exo.tasks.portalConfig.metadata.override:true} - - - ${exo.tasks.portalConfig.metadata.importMode:merge} - - - - - - org.exoplatform.application.registry.ApplicationRegistryService diff --git a/webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/navigation.xml b/webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/navigation.xml deleted file mode 100644 index 1499f6922..000000000 --- a/webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/navigation.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - 1 - - - tasks - - SYSTEM - portal::global::tasks - - - \ No newline at end of file diff --git a/webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/pages.xml b/webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/pages.xml deleted file mode 100644 index 7b410af05..000000000 --- a/webapps/src/main/webapp/WEB-INF/conf/task-addon/portal/global/pages.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - tasks - Tasks - *:/platform/users;*:/platform/externals - *:/platform/administrators - - *:/platform/users;*:/platform/externals - - top-task-container - *:/platform/users;*:/platform/externals - addonContainer - - - tasks-container - *:/platform/users;*:/platform/externals - addonContainer - - - bottom-tasks-container - *:/platform/users;*:/platform/externals - addonContainer - - - -