[Libreoffice-commits] core.git: solenv/gbuild
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 6 06:43:56 UTC 2020
solenv/gbuild/Jar.mk | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 07e5498fdeaefd72cd86f0413dfaea56724097b3
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Feb 5 17:59:01 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Feb 6 07:43:22 2020 +0100
Nothing should link against unoil.jar any more
...after ae855bf48163ff64d94cfc34aff8e37abdb5518d "tdf#117331 Merge jurt and
unoil into ridl", so no need any longer to filter it out of the classpath here
Change-Id: Ifb01de5d9efa7ed264824030ad0e1333ab8b43ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88054
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/solenv/gbuild/Jar.mk b/solenv/gbuild/Jar.mk
index 6f86b4a79a42..84d41921f972 100644
--- a/solenv/gbuild/Jar.mk
+++ b/solenv/gbuild/Jar.mk
@@ -182,9 +182,8 @@ $(call gb_Jar_get_target,$(1)) : $(2)
endef
-# URE jars are not added to manifest classpath; and neither is unoil.jar, which
-# is available at runtime via URE_MORE_JAVA_TYPES:
-gb_Jar_default_jars := $(gb_Jar_URE) unoil
+# URE jars are not added to manifest classpath:
+gb_Jar_default_jars := $(gb_Jar_URE)
# remember: classpath is "inherited" to ClassSet
define gb_Jar_use_jar
More information about the Libreoffice-commits
mailing list