RM-6269 Changed the module folder names on enterprise

This commit is contained in:
Rashmi Itagi
2018-08-20 16:38:11 +01:00
parent b83b3e7631
commit 6c52e5891d
2 changed files with 2 additions and 2 deletions

View File

@@ -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
```

View File

@@ -53,7 +53,7 @@ public class ModuleCompatibilityComponent implements ApplicationListener<Context
private static Log logger = LogFactory.getLog(ModuleCompatibilityComponent.class);
// TODO get this from somewhere
private static final String RM_ENT_MODULE_ID = "alfresco-rm-enterprise-repo";
private static final String RM_ENT_MODULE_ID = "alfresco-governance-services-enterprise-repo";
/** descriptor service */
private DescriptorService descriptorService;