mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
13
config/alfresco/bootstrap/lightWeightVersionStore.xml
Normal file
13
config/alfresco/bootstrap/lightWeightVersionStore.xml
Normal 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>
|
Reference in New Issue
Block a user