From cdbd6957a59183667f65dcb233bd9ddffd7b6e91 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 15 Aug 2012 20:10:10 +0200 Subject: gbuild: remove most uses of gb_Jar_set_jarclasspath: With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29 --- smoketest/Jar_TestExtension.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoketest') diff --git a/smoketest/Jar_TestExtension.mk b/smoketest/Jar_TestExtension.mk index 8069efe25d35..b318380807a1 100644 --- a/smoketest/Jar_TestExtension.mk +++ b/smoketest/Jar_TestExtension.mk @@ -29,7 +29,7 @@ $(eval $(call gb_Jar_Jar,TestExtension)) $(eval $(call gb_Jar_set_manifest,TestExtension,$(SRCDIR)/smoketest/com/sun/star/comp/smoketest/MANIFEST.MF)) -$(eval $(call gb_Jar_set_jarclasspath,TestExtension,\ +$(eval $(call gb_Jar_add_manifest_classpath,TestExtension,\ juh.jar \ jurt.jar \ ridl.jar \ -- cgit