mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-3669 (Extract the module schema value into a properties file)
This commit is contained in:
@@ -3,6 +3,15 @@
|
|||||||
|
|
||||||
<beans>
|
<beans>
|
||||||
|
|
||||||
|
<!-- load version.properties -->
|
||||||
|
<bean id="rm.version.properties" parent="common-placeholder-configurer">
|
||||||
|
<property name="locations">
|
||||||
|
<list>
|
||||||
|
<value>classpath*:alfresco/module/org_alfresco_module_rm/version.properties</value>
|
||||||
|
</list>
|
||||||
|
</property>
|
||||||
|
</bean>
|
||||||
|
|
||||||
<!-- rm module patch executer -->
|
<!-- rm module patch executer -->
|
||||||
<bean id="rm.modulePatchExecuter" parent="module.baseComponent" class="org.alfresco.module.org_alfresco_module_rm.patch.ModulePatchExecuterImpl">
|
<bean id="rm.modulePatchExecuter" parent="module.baseComponent" class="org.alfresco.module.org_alfresco_module_rm.patch.ModulePatchExecuterImpl">
|
||||||
<property name="moduleId" value="org_alfresco_module_rm"/>
|
<property name="moduleId" value="org_alfresco_module_rm"/>
|
||||||
|
@@ -34,9 +34,6 @@
|
|||||||
<resource>
|
<resource>
|
||||||
<directory>config</directory>
|
<directory>config</directory>
|
||||||
<filtering>${app.filtering.enabled}</filtering>
|
<filtering>${app.filtering.enabled}</filtering>
|
||||||
<includes>
|
|
||||||
<include>alfresco/module/org_alfresco_module_rm/version.properties</include>
|
|
||||||
</includes>
|
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
<testResources>
|
<testResources>
|
||||||
|
Reference in New Issue
Block a user