Patch for AVMLockingService. I think I even did it right.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6025 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2007-06-19 23:51:04 +00:00
parent c06a82a0de
commit b4dfe11644
5 changed files with 87 additions and 5 deletions

View File

@@ -814,6 +814,17 @@
</props>
</list>
</property>
</bean>
</bean>
<bean id="patch.AVMLocking" class="org.alfresco.repo.admin.patch.impl.AVMLockingPatch" parent="basePatch">
<property name="id"><value>patch.AVMLocking</value></property>
<property name="description"><value>patch.AVMLocking.description</value></property>
<property name="fixesFromSchema"><value>0</value></property>
<property name="fixesToSchema"><value>58</value></property>
<property name="targetSchema"><value>59</value></property>
<property name="avmLockingService">
<ref bean="avmLockingService"/>
</property>
</bean>
</beans>