diff --git a/services/src/main/resources/applications.json b/services/src/main/resources/applications.json new file mode 100644 index 000000000..ca2f290d7 --- /dev/null +++ b/services/src/main/resources/applications.json @@ -0,0 +1,22 @@ +{ + "descriptors": [ + { + "name": "Tasks", + "imagePath": "war:/../images/tasks.png", + "override": false, + "enabled": true, + "application": { + "title": "Tasks", + "description": "Tasks application", + "url": "./tasks", + "active": true, + "mandatory": false, + "mobile": true, + "permissions": [ + "*:/platform/users", + "*:/platform/externals" + ] + } + } + ] +} diff --git a/webapps/src/main/webapp/WEB-INF/conf/configuration.xml b/webapps/src/main/webapp/WEB-INF/conf/configuration.xml index 377c27cb8..a53d54c6d 100644 --- a/webapps/src/main/webapp/WEB-INF/conf/configuration.xml +++ b/webapps/src/main/webapp/WEB-INF/conf/configuration.xml @@ -26,9 +26,7 @@ war:/conf/task-addon/spaces-templates-configuration.xml war:/conf/task-addon/ckeditor-configuration.xml - war:/conf/task-addon/app-center-configuration.xml war:/conf/task-addon/analytics-configuration.xml - war:/conf/task-addon/gamification-integration-configuration.xml diff --git a/webapps/src/main/webapp/WEB-INF/conf/task-addon/app-center-configuration.xml b/webapps/src/main/webapp/WEB-INF/conf/task-addon/app-center-configuration.xml deleted file mode 100644 index d3e3cb139..000000000 --- a/webapps/src/main/webapp/WEB-INF/conf/task-addon/app-center-configuration.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - org.exoplatform.appcenter.service.ApplicationCenterService - - Tasks - addApplicationPlugin - org.exoplatform.appcenter.plugin.ApplicationPlugin - - - imagePath - war:/../images/tasks.png - - - override - ${exo.app-center.tasks.override:false} - - - override-mode - ${exo.app-center.tasks.override-mode:merge} - - - application - description - - - Tasks - - - ./tasks - - - Tasks application - - - - - *:/platform/users - - - *:/platform/externals - - - - - true - - - true - - - - - - -