diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 22 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 10 |
2 files changed, 32 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 27f4ab6042cd..45f4cfe888db 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -602,6 +602,28 @@ <prop oor:name="FilePickerPlacesNames"> <value/> </prop> + <prop oor:name="CmisServersUrls"> + <value> + <it>http://<host>/alfresco/cmisws/RepositoryService?wsdl</it> + <it>http://<host>/p8cmis/wsdl</it> + <it>https://apps.lotuslive.com/files/basic/cmis/my/servicedoc</it> + <it>http://<host>/servlet/cmis/repository/_P<Quickr place name>_RMain.nsf/servicedoc</it> + <it>http://<host>/nuxeo/webservices/cmis/RepositoryService?wsdl</it> + <it>http://ec2-184-72-233-127.compute-1.amazonaws.com/ot-cmis/services/RepositoryService?wsdl</it> + <it>http://<host>/_vti_bin/CMISSoapwsdl.aspx</it> + </value> + </prop> + <prop oor:name="CmisServersNames"> + <value> + <it>Alfresco 4</it> + <it>IBM FileNet P8</it> + <it>Lotus Live Files</it> + <it>Lotus Quickr Domino</it> + <it>Nuxeo 5.4</it> + <it>OpenText ELS 10.2.0</it> + <it>SharePoint 2010</it> + </value> + </prop> </node> <node oor:name="Save"> <node oor:name="Document"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 829532062a4a..f857c32ab11a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6792,6 +6792,16 @@ <desc>List of names of the places the user bookmarked in the file picker dialog.</desc> </info> </prop> + <prop oor:name="CmisServersUrls" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of sample URLs of the CMIS servers in the place edition dialog.</desc> + </info> + </prop> + <prop oor:name="CmisServersNames" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of names of the CMIS servers in the place edition dialog.</desc> + </info> + </prop> </group> <group oor:name="Forms"> <info> |