Patch application on startup reports progress

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2190 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-24 23:49:16 +00:00
parent ff7e10f80c
commit 744535fa73
10 changed files with 245 additions and 22 deletions

View File

@@ -0,0 +1,17 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<!--
DO NOT ADD MORE BEANS INTO THIS FILE. IT IS A PLACEHOLDER ONLY.
-->
<beans>
<!-- a dummy patch because the file must contain at least one bean -->
<bean id="patch.dummy" class="org.alfresco.repo.admin.patch.SamplePatch" parent="basePatch" >
<property name="id"><value>Dummy</value></property>
<property name="description"><value>A dummy patch</value></property>
<property name="fixesFromSchema"><value>0</value></property>
</bean>
</beans>