diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-11-14 10:25:55 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-11-15 13:13:11 +0100 |
commit | b4fc58675b98d68544acc4aaa292548f10cb5c3b (patch) | |
tree | ac564e4c6a9ad36e8602923a253b540fd4641784 /officecfg | |
parent | c78d7a8a0e255d6603f8ce2e7f5566e127b0f0ef (diff) |
PlaceEditDialog: simplified CMIS by adding template URLs for common servers
Change-Id: I041d58d09e132e481cfa278300c494c9f1d75f29
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> |