mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-16 17:55:15 +00:00
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@3925 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@3965 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3966 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
14 lines
594 B
XML
14 lines
594 B
XML
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
|
|
xmlns:cm="http://www.alfresco.org/model/content/1.0"
|
|
xmlns:app="http://www.alfresco.org/model/application/1.0">
|
|
|
|
<cm:content>
|
|
<app:uifacets />
|
|
<cm:name>${tutorial.document.name}</cm:name>
|
|
<cm:title>${tutorial.document.title}</cm:title>
|
|
<cm:description>${tutorial.document.description}</cm:description>
|
|
<cm:content>contentUrl=classpath:alfresco/bootstrap/Alfresco-Tutorial.pdf|mimetype=application/pdf|size=|encoding=</cm:content>
|
|
</cm:content>
|
|
|
|
</view:view>
|