From ca3a053ded29ffedea98b4f2662ca536fb4996c6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 17 Jun 2005 09:03:12 +0000 Subject: INTEGRATION: CWS sb31 (1.3.30); FILE MERGED 2005/04/07 12:03:30 sb 1.3.30.2: #120220# Load Java UNO components with a class loader that inherits from the UnoClassLoader, and make sure that any (Java classes representing) additional UNO types that a UNO component brings with it are found by the UnoClassLoader (the latter still needs TODO). 2005/03/30 12:44:03 sb 1.3.30.1: #120219# Cleaned up. --- jurt/util/makefile.pmk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jurt/util/makefile.pmk b/jurt/util/makefile.pmk index b500e5257b7f..8da2fbed2338 100644 --- a/jurt/util/makefile.pmk +++ b/jurt/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2004-07-23 14:44:47 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:03:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,5 +64,4 @@ .INCLUDE : settings.mk -JARFILES = ridl.jar -JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) +JARFILES = ridl.jar unoloader.jar -- cgit