Full Repository Export / Import Support - first checkpoint

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2597 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2006-03-31 13:33:18 +00:00
parent 701657f2f1
commit b7fe22c3a9

View File

@@ -0,0 +1,13 @@
<view:view xmlns:view="http://www.alfresco.org/view/repository/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>
</view:reference>
</view:view>