diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-03-24 17:05:24 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-03-24 17:06:37 +0100 |
commit | d2c1bc036de4b24a0f4602fbc7fd978fa8d603eb (patch) | |
tree | a04ad3debf930f65bd83943c079d419c061590a0 /officecfg | |
parent | ccabf4a408a246a931011732a5711e3b5334b17f (diff) |
Disable gdrive/OneDrive/Alfresco cloud based on whether they are compiled in.
Change-Id: I81bde1f85489ede4b8c826389146ad0990d6abb6
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 344117259647..7cf3e975e6dd 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -561,8 +561,8 @@ <prop oor:name="CmisServersUrls"> <value> <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>https://apis.live.net/v5.0</it> + <it>https://api.alfresco.com/cmis/versions/1.0/atom/</it> <it></it> <it>http://<host:port>/alfresco/cmisatom</it> <it>http://<host>/p8cmis/wsdl</it> @@ -580,8 +580,8 @@ <prop oor:name="CmisServersNames"> <value> <it>Google Drive</it> - <!-- <it>OneDrive</it> - <it>Alfresco Cloud</it> --> + <it>OneDrive</it> + <it>Alfresco Cloud</it> <it>--------------------</it> <it>Alfresco 4</it> <it>IBM FileNet P8</it> |