connectivity/Package_postgresql-sdbc.mk | 2 -- connectivity/source/drivers/postgresql/postgresql-sdbc.ini | 2 -- 2 files changed, 4 deletions(-)
New commits: commit e57f72d8fc81762860b4579df92db264e8d710ef Author: Rene Engelhard <[email protected]> AuthorDate: Thu Feb 27 08:24:39 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 27 09:09:28 2020 +0100 remove postgresql-sdbc.ini reading of it was removed in b11293297e581b87fba7e995d350ba59ecb820f2 Change-Id: I1900082f8e94737111180a21b25de96afa034fdd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89615 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/connectivity/Package_postgresql-sdbc.mk b/connectivity/Package_postgresql-sdbc.mk index 20ade31b5a88..171fb6e23d16 100644 --- a/connectivity/Package_postgresql-sdbc.mk +++ b/connectivity/Package_postgresql-sdbc.mk @@ -9,6 +9,4 @@ $(eval $(call gb_Package_Package,connectivity_postgresql-sdbc,$(SRCDIR)/connectivity/source/drivers/postgresql)) -$(eval $(call gb_Package_add_file,connectivity_postgresql-sdbc,$(LIBO_ETC_FOLDER)/postgresql-sdbc.ini,postgresql-sdbc.ini)) - # vim: set noet sw=4 ts=4: diff --git a/connectivity/source/drivers/postgresql/postgresql-sdbc.ini b/connectivity/source/drivers/postgresql/postgresql-sdbc.ini deleted file mode 100644 index 8d51ca2f7f3c..000000000000 --- a/connectivity/source/drivers/postgresql/postgresql-sdbc.ini +++ /dev/null @@ -1,2 +0,0 @@ -[Bootstrap] -PQ_LOGLEVEL=NONE _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
