From 6c52e5891dee86b2a2671735e020ea3b2c03bece Mon Sep 17 00:00:00 2001 From: Rashmi Itagi Date: Mon, 20 Aug 2018 16:38:11 +0100 Subject: [PATCH] RM-6269 Changed the module folder names on enterprise --- README.md | 2 +- .../bootstrap/ModuleCompatibilityComponent.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ce5ab2ae7..456746f679 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please refer to our [How to contribute](/CONTRIBUTING.md) guide and our [Contrib rm-community/rm-community-share/ or rm-enterprise/rm-enterprise-share/ ) ## Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL) -* Create a file called _local.properties_ under src/main/resources in alfresco-rm-enterprise-repo +* Create a file called _local.properties_ under src/main/resources in alfresco-governance-services-enterprise-repo * Add the following properties in this new file ``` diff --git a/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/bootstrap/ModuleCompatibilityComponent.java b/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/bootstrap/ModuleCompatibilityComponent.java index b30dc0269d..85f07c0ceb 100644 --- a/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/bootstrap/ModuleCompatibilityComponent.java +++ b/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/bootstrap/ModuleCompatibilityComponent.java @@ -53,7 +53,7 @@ public class ModuleCompatibilityComponent implements ApplicationListener