summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpcmis1.mk
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-09 17:30:11 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-09 17:36:12 +0200
commit4cb0143327155b6678989a3fe63f11df5014f3a5 (patch)
tree71260f7ed19dd41f50846fef6442acf4dfa35093 /ucb/Library_ucpcmis1.mk
parent5db77d15790b154d7a066afabd73ab89d48915d6 (diff)
CMIS UCP: Added support for Binding URL and Repository as folders
This feature needed to change quite some code in the way children are fetched in CMIS UCP to avoid running several times the same HTTP requests. The new URLs will find the following scheme: + Children of vnd.libreoffice.cmis+atom://admin@http-encoded-binding-url-no-repoid/ are the repositories listed by the binding URL + Children of vnd.libreoffice.cmis+atom://admin@http-encoded-binding-url-no-repoid/repoid are the root folder of the repository Change-Id: I405d88c82e6fc9f1110a84165a151257c4ce60db
Diffstat (limited to 'ucb/Library_ucpcmis1.mk')
-rw-r--r--ucb/Library_ucpcmis1.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/Library_ucpcmis1.mk b/ucb/Library_ucpcmis1.mk
index 635aaa2cac87..1fb12264652a 100644
--- a/ucb/Library_ucpcmis1.mk
+++ b/ucb/Library_ucpcmis1.mk
@@ -32,6 +32,7 @@ $(eval $(call gb_Library_set_componentfile,ucpcmis1,ucb/source/ucp/cmis/ucpcmis1
$(eval $(call gb_Library_use_sdk_api,ucpcmis1))
$(eval $(call gb_Library_use_libraries,ucpcmis1,\
+ comphelper \
cppu \
cppuhelper \
sal \
@@ -49,7 +50,9 @@ $(eval $(call gb_Library_use_externals,ucpcmis1,\
))
$(eval $(call gb_Library_add_exception_objects,ucpcmis1,\
+ ucb/source/ucp/cmis/auth_provider \
ucb/source/ucp/cmis/cmis_content \
+ ucb/source/ucp/cmis/cmis_repo_content \
ucb/source/ucp/cmis/cmis_datasupplier \
ucb/source/ucp/cmis/cmis_provider \
ucb/source/ucp/cmis/cmis_resultset \