diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-04-11 09:20:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-04-11 10:35:04 +0200 |
commit | 6de0b1710adfba82c96b75a5da6f52633a54c692 (patch) | |
tree | cf7255c64f90884a65536bee4af1131231649c91 /solenv | |
parent | d9f10d8f0f6bae31dd5ebd9fa00f989d17fc21da (diff) |
Get rid of apache-commons-logging
...using Java 1.4 java.util.logging.Logger instead also for the last remaining
uses in reportbuilder.
(The mention in swext/mediawiki/src/THIRDPARTYLICENSEREADME.html was presumably
a leftover from 4b6ceed4a4a9b152905a8b1712ffb9bd61373c16 "swext: Wiki Publisher
does not use those apache-commons libraries".)
Change-Id: Ia0bc598fe5844ced11cae497548ec7d09453a99d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113939
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 7904d7fe15ad..48a8d0589900 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -477,12 +477,6 @@ "dest-filename": "external/tarballs/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip" }, { - "url": "https://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz", - "sha256": "49665da5a60d033e6dff40fe0a7f9173e886ae859ce6096c1afe34c48b677c81", - "type": "file", - "dest-filename": "external/tarballs/commons-logging-1.2-src.tar.gz" - }, - { "url": "https://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip", "sha256": "233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd", "type": "file", |