[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 6 10:38:44 UTC 2020


 solenv/gbuild/CppunitTest.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0eab81b25b00f1ec74506778bcacffc2f4a15cf
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Feb 5 17:50:31 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Feb 6 11:38:11 2020 +0100

    Fix typo in call to gb_CppunitTest_use_java_ure
    
    ...which had been renamed from gb_CppunitTest__use_java_ure in
    1f6e670605cc856a6e9febb024f9cb2427156020 "gbuild: require java UNO runtime
    explicitly", apparently forgetting to adapt this use
    
    Change-Id: Ia093fcf2a5728247c259e549722329ade7b60931
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88052
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 15e525452150..7aa8fdc9e5fb 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -392,7 +392,7 @@ $(call gb_CppunitTest_get_target,$(1)) : \
 endef
 
 define gb_CppunitTest_use_jar
-$(call gb_CppunitTest__use_java_ure,$(1))
+$(call gb_CppunitTest_use_java_ure,$(1))
 $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Jar_get_target,$(2))
 
 endef


More information about the Libreoffice-commits mailing list