mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
79326: Merged EOL to HEAD-BUG-FIX (5.0/Cloud) 79090: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0 - Removed references to http://www.jcp.org/jcr (left in web-scripts-application-context.xml and multiple versions of opencmis-gnamefilter-context.xml) 78990: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0 - Removing references to "jcr-xpath" - Biggest changes were to: DocumentNavigator, NodeServiceXPath and NodeSearcher - SearcherComponentTest has a lot of tests removed that appeared to be JCR specific - There are still a lot of namespace references in XML files to http://www.jcp.org/jcr/1.0 etc. - Left a few references to "JSR 170" and JCR in java classes as they looked like they might be common with other bits. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82708 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
35 lines
2.2 KiB
XML
35 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0">
|
|
<cm:folder xmlns:alf="http://www.alfresco.org" xmlns:d="http://www.alfresco.org/model/dictionary/1.0" xmlns:view="http://www.alfresco.org/view/repository/1.0" xmlns:act="http://www.alfresco.org/model/action/1.0" xmlns:wf="http://www.alfresco.org/model/workflow/1.0" xmlns:app="http://www.alfresco.org/model/application/1.0" xmlns:ver="http://www.alfresco.org/model/versionstore/1.0" xmlns:usr="http://www.alfresco.org/model/user/1.0" xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns:sys="http://www.alfresco.org/model/system/1.0" xmlns:rule="http://www.alfresco.org/model/rule/1.0" xmlns:fm="http://www.alfresco.org/model/forum/1.0" xmlns:bpm="http://www.alfresco.org/model/bpm/1.0" xmlns:custom="custom.model" xmlns="" view:childName="cm:extensionwebscripts">
|
|
<view:aspects>
|
|
<app:uifacets></app:uifacets>
|
|
</view:aspects>
|
|
<view:properties>
|
|
<cm:description>${webscriptsextentions.customized_web_scripts}</cm:description>
|
|
<app:icon>space-icon-default</app:icon>
|
|
<cm:title>${webscriptsextentions.url_addressable_web_service_extensions}</cm:title>
|
|
<cm:name>${webscriptsextentions.web_scripts_extensions}</cm:name>
|
|
</view:properties>
|
|
<view:associations>
|
|
<cm:contains>
|
|
<cm:content view:childName="cm:readme.html">
|
|
<view:aspects>
|
|
<cm:titled></cm:titled>
|
|
<cm:author></cm:author>
|
|
<app:inlineeditable></app:inlineeditable>
|
|
</view:aspects>
|
|
<view:properties>
|
|
<app:editInline>true</app:editInline>
|
|
<cm:description>${webscriptsextentions.how_to_customize_an_existing_web_script}</cm:description>
|
|
<cm:content>contentUrl=classpath:alfresco/bootstrap/webscripts/readmeExtension.html|mimetype=text/html|size=|encoding=UTF-8|locale=en_US_</cm:content>
|
|
<cm:title></cm:title>
|
|
<cm:author></cm:author>
|
|
<cm:name>readme.html</cm:name>
|
|
</view:properties>
|
|
<view:associations></view:associations>
|
|
</cm:content>
|
|
</cm:contains>
|
|
</view:associations>
|
|
</cm:folder>
|
|
</view:view>
|