diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:16:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:16:03 +0000 |
commit | 0e34d5ed7b2fa374906551b76cd415c6504e8a7d (patch) | |
tree | f006e423bb13e54e89820f9cca65de83431a0413 /jurt | |
parent | ec4841761a9aba3af32503ad68e0112fb056fdad (diff) |
INTEGRATION: CWS sb8 (1.2.22); FILE MERGED
2003/08/26 09:45:58 sb 1.2.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/test/com/sun/star/lib/util/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jurt/test/com/sun/star/lib/util/makefile.mk b/jurt/test/com/sun/star/lib/util/makefile.mk index b0c11c9a8dc9..4530ea79e17f 100644 --- a/jurt/test/com/sun/star/lib/util/makefile.mk +++ b/jurt/test/com/sun/star/lib/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2003-05-22 09:19:35 $ +# last change: $Author: vg $ $Date: 2003-10-09 10:16:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,7 +66,6 @@ TARGET := test_com_sun_star_lib_util PACKAGE := com$/sun$/star$/lib$/util JAVATESTFILES := \ NativeLibraryLoader_Test.java \ - WeakTable_Test.java -JARFILES := sandbox.jar + WeakMap_Test.java .INCLUDE: javaunittest.mk |