Patch for recent Layered lookup changes.

Miscellaneous cleanups noticed on the way.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5586 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2007-05-01 17:23:17 +00:00
parent f91cedfd69
commit 656f297ebb
10 changed files with 166 additions and 22 deletions

View File

@@ -146,4 +146,7 @@ patch.invalidUserPersonAndGroup.result=Fixed ''{0}'' invalid user nodes, ''{1}''
patch.AVMGuidPatch.description=Set GUIDs on AVM nodes.
patch.AVMGuidPatch.result=AVM GUIDS set.
patch.AVMLayeredSnapshotPatch.description=Set indirectionVersion on Layered Nodes.
patch.AVMLayeredSnapshotPatch.result=Layered Node indirectionVersions set.
patch.webscripts.description=Adds Web Scripts to Data Dictionary.

View File

@@ -743,4 +743,14 @@
</property>
</bean>
<bean id="patch.AVMLayeredSnapshotPatch" class="org.alfresco.repo.admin.patch.impl.AVMLayeredSnapshotPatch" parent="basePatch">
<property name="id"><value>patch.AVMLayeredSnapshotPatch</value></property>
<property name="description"><value>patch.AVMLayeredSnapshotPatch.description</value></property>
<property name="fixesFromSchema"><value>0</value></property>
<property name="fixesToSchema"><value>51</value></property>
<property name="targetSchema"><value>52</value></property>
<property name="avmNodeDAO">
<ref bean="avmNodeDAO"/>
</property>
</bean>
</beans>