diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-06-04 10:13:17 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-06-04 13:28:14 +0200 |
commit | fd32788092fcb29526ae73ae3bae6767dbb1e490 (patch) | |
tree | 0f0054d0f97983d79e9c2e511f97e532c1431eb3 /officecfg/registry | |
parent | 2c4588340ee8387513dd067ecb53dc0058b12ccc (diff) |
CMIS UCP: changed URLs to have hierarchical path
Hierarchical path is assumed in loads of places, changed the URLs to the
following:
* Binding URL is encoded in the authority part, the repository ID is
set as a fragment of the binding URL.
* The hierarchical path reflects one of the path to the document on
the server
:x
Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/ucb/Configuration.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu index 58d6e4167c8e..198a660c8cf1 100644 --- a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu +++ b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu @@ -26,7 +26,7 @@ * ************************************************************************ --> <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> -<oor:component-data oor:name="Configuration" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Configuration" oor:package="org.openoffice.ucb"> <node oor:name="ContentProviders"> <node oor:name="Local" oor:op="replace"> <node oor:name="SecondaryKeys"> @@ -202,14 +202,14 @@ <value>com.sun.star.ucb.CmisContentProvider</value> </prop> <prop oor:name="URLTemplate"> - <value>cmis+atom</value> + <value>vnd.libreoffice.cmis+atom</value> </prop> <prop oor:name="Arguments"> <value/> </prop> </node> <!-- We want the Provider to be the final fallback provider --> - <node oor:name="Provider999" oor:op="replace" install:module="gio"> + <node oor:name="Provider999" oor:op="replace" module="gio"> <prop oor:name="ServiceName"> <value>com.sun.star.ucb.GIOContentProvider</value> </prop> |