summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-06 19:46:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-06 22:23:52 +0100
commitf3f5e11682b0392b4e750ec014c399051a5fe27c (patch)
tree35627430e7a3c3ef78b220f206e00aea9637ecf0 /postprocess
parent5090ee7e32e1314285903eb6b30cf128e1195a2a (diff)
gb_CppunitTest__use_java_ure can be private again
...(which it already was until 1f6e670605cc856a6e9febb024f9cb2427156020 "gbuild: require java UNO runtime explicitly"), as 2a87b3b5aed8296a7506374fd5324c5659a88cb5 made that implicitly called from gb_CppunitTest_use_jar(s), so its (sole outside) use in postprocess/CppunitTest_services.mk is redundant Change-Id: I9928521d184c54688de134ff3b9b5743ba3509c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88134 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CppunitTest_services.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
index 9371443b5d6a..c0726f973da0 100644
--- a/postprocess/CppunitTest_services.mk
+++ b/postprocess/CppunitTest_services.mk
@@ -43,8 +43,6 @@ endif
$(eval $(call gb_CppunitTest_use_configuration,services))
ifeq ($(ENABLE_JAVA),TRUE)
-$(eval $(call gb_CppunitTest_use_java_ure,services))
-
$(eval $(call gb_CppunitTest_use_jars,services,\
ScriptProviderForJava \
smoketest \