diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:16:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:16:25 +0000 |
commit | 33c6f47e0e088c1e48a8e146a90722f6a29f701d (patch) | |
tree | 447136df4930a9e5d99ebd5c087a033bfb2eeb3c /jurt/test | |
parent | 0e34d5ed7b2fa374906551b76cd415c6504e8a7d (diff) |
INTEGRATION: CWS sb8 (1.4.22); FILE MERGED
2003/08/26 09:51:56 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.
Diffstat (limited to 'jurt/test')
-rw-r--r-- | jurt/test/com/sun/star/uno/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jurt/test/com/sun/star/uno/makefile.mk b/jurt/test/com/sun/star/uno/makefile.mk index 18d8d3d3ae4a..d87a258cbf7d 100644 --- a/jurt/test/com/sun/star/uno/makefile.mk +++ b/jurt/test/com/sun/star/uno/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:22:16 $ +# last change: $Author: vg $ $Date: 2003-10-09 10:16:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,6 +69,6 @@ JAVATESTFILES := \ AnyConverter_Test.java \ UnoRuntime_Test.java \ WeakReference_Test.java -JARFILES := ridl.jar sandbox.jar +JARFILES := ridl.jar .INCLUDE: javaunittest.mk |