diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-06-02 20:20:47 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:52:42 +0200 |
commit | 4f354a2e1fcbfa960b848f94f4b5dc652e451a6c (patch) | |
tree | e55a3c291096190e419eea1b0869bc71c63eca71 /officecfg | |
parent | 1cf19ed4103fc1a700fc6c40e17fb7323c3f631d (diff) |
services reordering, changed PlaceEditDialog UI
Change-Id: I261986286f036816b9b6f05d521c560b0247791d
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index ffca153e7b62..a9b1bf72dd6d 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -570,8 +570,10 @@ </prop> <prop oor:name="CmisServersUrls"> <value> - <it>http://<host:port>/alfresco/cmisatom</it> + <it>https://www.googleapis.com/drive/v2</it> + <it>https://apis.live.net/v5.0</it> <it>https://api.alfresco.com/cmis/versions/1.0/atom/</it> + <it>http://<host:port>/alfresco/cmisatom</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> @@ -579,15 +581,16 @@ <it>https://<host>/cmis/atom</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> - <it>https://www.googleapis.com/drive/v2</it> - <it>https://apis.live.net/v5.0</it> <it>http://<host>/_api/Web</it> + <it>http://<host>/</it> </value> </prop> <prop oor:name="CmisServersNames"> <value> - <it>Alfresco 4</it> + <it>Google Drive</it> + <it>OneDrive</it> <it>Alfresco Cloud</it> + <it>Alfresco 4</it> <it>IBM FileNet P8</it> <it>Lotus Live Files</it> <it>Lotus Quickr Domino</it> @@ -595,9 +598,8 @@ <it>OpenDataSpace</it> <it>OpenText ELS 10.2.0</it> <it>SharePoint 2010</it> - <it>Google Drive</it> - <it>OneDrive</it> <it>SharePoint 2013</it> + <it>Other CMIS</it> </value> </prop> </node> |