[Libreoffice-commits] core.git: jurt/JunitTest_uno.mk jurt/JunitTest_util.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 6 11:59:42 UTC 2020


 jurt/JunitTest_uno.mk  |    2 --
 jurt/JunitTest_util.mk |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit 49fd7425da1ffc9d745758ccaee4a6ae78b0d569
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Feb 6 10:04:21 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Feb 6 12:59:11 2020 +0100

    These tests don't need gb_JunitTest_use_jar_classset,*,jurt
    
    (as discussed in the commit message of ae855bf48163ff64d94cfc34aff8e37abdb5518d
    "tdf#117331 Merge jurt and unoil into ridl")
    
    Change-Id: Ib1a46726b90a982ee5a0e2edd10096e14d434032
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88075
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/jurt/JunitTest_uno.mk b/jurt/JunitTest_uno.mk
index 3af341eb15d3..1edfbf70174a 100644
--- a/jurt/JunitTest_uno.mk
+++ b/jurt/JunitTest_uno.mk
@@ -14,8 +14,6 @@ $(eval $(call gb_JunitTest_use_jars,jurt_uno,\
     ridl \
 ))
 
-$(eval $(call gb_JunitTest_use_jar_classset,jurt_uno,jurt))
-
 $(eval $(call gb_JunitTest_add_sourcefiles,jurt_uno,\
     jurt/test/com/sun/star/uno/AnyConverter_Test \
     jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest \
diff --git a/jurt/JunitTest_util.mk b/jurt/JunitTest_util.mk
index 164ea206ee4d..72f1d29c10f2 100644
--- a/jurt/JunitTest_util.mk
+++ b/jurt/JunitTest_util.mk
@@ -13,8 +13,6 @@ $(eval $(call gb_JunitTest_use_jars,jurt_util,\
     ridl \
 ))
 
-$(eval $(call gb_JunitTest_use_jar_classset,jurt_util,jurt))
-
 $(eval $(call gb_JunitTest_add_sourcefiles,jurt_util,\
     jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test \
 ))


More information about the Libreoffice-commits mailing list