diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-12-14 16:03:46 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-12-15 15:24:09 +0100 |
commit | f45b7871e7d31dfc6ed31d1b79928990bba0d0dd (patch) | |
tree | 9683de781929364754b78b87aead27e61d4f9c94 /ucb/source/ucp/webdav/ucpdav1.component | |
parent | 1a038e6ee1c29eafb267e035104b2a2a05714f15 (diff) |
ucb: remove --with-webdav=serf
Remove code in ucb/source/ucp/webdav, and now unused externals
apr, apr-util, serf.
Change-Id: I31ab8bb1491f5290e175e87f2b30499811c5a359
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126835
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'ucb/source/ucp/webdav/ucpdav1.component')
-rw-r--r-- | ucb/source/ucp/webdav/ucpdav1.component | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ucb/source/ucp/webdav/ucpdav1.component b/ucb/source/ucp/webdav/ucpdav1.component deleted file mode 100644 index bb16e3b3979d..000000000000 --- a/ucb/source/ucp/webdav/ucpdav1.component +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - --> - -<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.WebDAVContentProvider" - constructor="ucb_webdav_ContentProvider_get_implementation"> - <service name="com.sun.star.ucb.WebDAVContentProvider"/> - </implementation> -</component> |