diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:03:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:03:12 +0000 |
commit | ca3a053ded29ffedea98b4f2662ca536fb4996c6 (patch) | |
tree | 7bf9f36de5103645256dfde6060dcacd8f62d962 /jurt/util | |
parent | 6a6e8ab0cfa4ba48d0f3dce11e72fbb80aba1203 (diff) |
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.
Diffstat (limited to 'jurt/util')
-rw-r--r-- | jurt/util/makefile.pmk | 7 |
1 files 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 |