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