From d71aa1f97f6a9f03b88ec6618ddff28ade1f78d4 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 13 Jul 2016 21:25:09 +0100 Subject: [PATCH] RM-3669 (Extract the module schema value into a properties file) --- .../org_alfresco_module_rm/patch/rm-patch-context.xml | 9 +++++++++ rm-community/rm-community-repo/pom.xml | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml index 323a3d9d5a..82d7ea8d5f 100755 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml @@ -3,6 +3,15 @@ + + + + + classpath*:alfresco/module/org_alfresco_module_rm/version.properties + + + + diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 57262f23eb..a4123f6651 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -34,9 +34,6 @@ config ${app.filtering.enabled} - - alfresco/module/org_alfresco_module_rm/version.properties -