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 --- wizards/Jar_commonwizards.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wizards/Jar_commonwizards.mk') diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk index 19c8bdcc0466..6802c40b3c01 100644 --- a/wizards/Jar_commonwizards.mk +++ b/wizards/Jar_commonwizards.mk @@ -40,7 +40,8 @@ $(eval $(call gb_Jar_set_packageroot,commonwizards,com)) $(eval $(call gb_Jar_set_manifest,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards/common/MANIFEST.MF)) -$(eval $(call gb_Jar_set_jarclasspath,commonwizards,saxon9.jar)) +# FIXME: what is this doing here? +$(eval $(call gb_Jar_add_manifest_classpath,commonwizards,saxon9.jar)) $(eval $(call gb_Jar_add_sourcefiles,commonwizards,\ wizards/com/sun/star/wizards/common/HelpIds \ -- cgit