Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)

71753: MNT-10067: On HEAD-BUG-FIX cron jobs need a delay.
      - Fixes CronTriggerBeanSystemTest testAllCronTriggerBeansHaveDelay


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74716 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Will Abson
2014-06-25 15:34:00 +00:00
parent bfc837b9d7
commit 805a0831ee

View File

@@ -35,5 +35,8 @@
<property name="cronExpression">
<value>${attributes.propcleaner.cronExpression}</value>
</property>
<property name="startDelayMinutes">
<value>${system.cronJob.startDelayMinutes}</value>
</property>
</bean>
</beans>