Files
alfresco-community-repo/config/alfresco/bootstrap/lightWeightVersionStore.xml
Derek Hulley 2e252ee520 Merged V2.0 to HEAD
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5212 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5220 .
      - Installer updates (minor)
      - VersionService implementation


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5221 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-02-27 01:01:03 +00:00

15 lines
532 B
XML

<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
xmlns:ver="http://www.alfresco.org/model/versionstore/1.0">
<view:reference view:pathref="/">
<!-- Apply All access to Everyone on root node of light weight versin store -->
<view:acl>
<view:ace view:access="ALLOWED">
<view:authority>GROUP_EVERYONE</view:authority>
<view:permission>All</view:permission>
</view:ace>
</view:acl>
<ver:versionStoreRoot/>
</view:reference>
</view:view>