mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- This is not fully integrated. In fact, the integration points have been disabled. - The main code for now is the remote stream. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6756 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<view:view
|
|
xmlns:view="http://www.alfresco.org/view/repository/1.0"
|
|
xmlns:cm="http://www.alfresco.org/model/content/1.0"
|
|
xmlns:sys="http://www.alfresco.org/model/system/1.0"
|
|
xmlns:usr="http://www.alfresco.org/model/user/1.0"
|
|
xmlns:app="http://www.alfresco.org/model/application/1.0">
|
|
|
|
<usr:authorityContainer view:childName="usr:GROUP_EMAIL_CONTRIBUTORS">
|
|
<view:aspects>
|
|
<sys:referenceable></sys:referenceable>
|
|
</view:aspects>
|
|
<view:properties>
|
|
<sys:store-protocol>user</sys:store-protocol>
|
|
<sys:store-identifier>alfrescoUserStore</sys:store-identifier>
|
|
<usr:members>
|
|
<view:values>
|
|
<view:value>admin</view:value>
|
|
<view:value view:isNull="true"></view:value>
|
|
</view:values>
|
|
</usr:members>
|
|
<cm:name>GROUP_EMAIL_CONTRIBUTORS</cm:name>
|
|
<sys:node-uuid>GROUP_EMAIL_CONTRIBUTORS</sys:node-uuid>
|
|
<usr:authorityName>GROUP_EMAIL_CONTRIBUTORS</usr:authorityName>
|
|
</view:properties>
|
|
<view:associations></view:associations>
|
|
</usr:authorityContainer>
|
|
|
|
</view:view> |