diff --git a/processes-services/src/main/resources/applications.json b/processes-services/src/main/resources/applications.json deleted file mode 100644 index 18f232c9f..000000000 --- a/processes-services/src/main/resources/applications.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "descriptors": [ - { - "name": "Processes", - "imagePath": "war:/../images/processesAppIcon.png", - "override": false, - "enabled": true, - "application": { - "title": "Processes", - "description": "Processes application", - "url": "./processes", - "system": true, - "active": true, - "mandatory": true, - "mobile": true, - "permissions": [ - "*:/platform/users", - "*:/platform/externals" - ] - } - } - ] -}