diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:15:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:15:30 +0000 |
commit | ec4841761a9aba3af32503ad68e0112fb056fdad (patch) | |
tree | f848418d180badf83200c537d82bd57499d67574 /jurt | |
parent | e65b5afffdfdd209ad210fb046fe3451171cf76a (diff) |
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.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |