From ec4841761a9aba3af32503ad68e0112fb056fdad Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 9 Oct 2003 09:15:30 +0000 Subject: INTEGRATION: CWS sb8 (1.4.22); FILE MERGED 2003/08/26 09:52:36 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc. --- jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jurt') diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk b/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk index 9fdb9d4800ee..ad381ad1fcf0 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2003-05-22 09:16:47 $ +# last change: $Author: vg $ $Date: 2003-10-09 10:15:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,6 +72,6 @@ JAVAFILES := \ TestMessage.java \ TestReceiver.java \ TestWorkAt.java -JARFILES := ridl.jar sandbox.jar +JARFILES := ridl.jar .INCLUDE: javaunittest.mk -- cgit