From 2413fd4f9f784fbde821b087b78ecf3a6afb4f31 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 22 Mar 2012 23:28:06 +0100 Subject: Fix URE jar manifests after gbuild'ification --- jurt/Jar_jurt.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jurt') diff --git a/jurt/Jar_jurt.mk b/jurt/Jar_jurt.mk index 8a6a87d96cf3..4cd6bb80dbd1 100644 --- a/jurt/Jar_jurt.mk +++ b/jurt/Jar_jurt.mk @@ -36,6 +36,9 @@ $(eval $(call gb_Jar_set_packageroot,jurt,com)) $(eval $(call gb_Jar_set_manifest,jurt,$(SRCDIR)/jurt/util/manifest)) +$(eval $(call gb_Jar_set_jarclasspath,jurt, \ + ridl.jar unoloader.jar ../../lib/ ../bin/)) + $(eval $(call gb_Jar_add_sourcefiles,jurt,\ jurt/com/sun/star/comp/bridgefactory/BridgeFactory \ jurt/com/sun/star/comp/connections/Acceptor \ -- cgit