diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-09 08:48:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-09 08:48:55 +0000 |
commit | d235e964755df4b8a51665884c8d1483952e7851 (patch) | |
tree | 4ec07127f513b86bd4ba2f799021641dbb26f0fe /jurt | |
parent | 870a4401c05beec3d31c1f6055a64591edd0a9d9 (diff) |
INTEGRATION: CWS mtg1 (1.9.8); FILE MERGED
2005/11/16 14:38:24 sb 1.9.8.1: #i57753# Avoid long-running finalize methods.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jurt/com/sun/star/lib/util/makefile.mk b/jurt/com/sun/star/lib/util/makefile.mk index 9f25dc059a8b..7e1dd567ba6d 100644 --- a/jurt/com/sun/star/lib/util/makefile.mk +++ b/jurt/com/sun/star/lib/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:05:52 $ +# last change: $Author: rt $ $Date: 2006-01-09 09:48:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,7 @@ TARGET = com_sun_star_lib_util # --- Files -------------------------------------------------------- JAVAFILES = \ + AsynchronousFinalizer.java \ IInvokable.java \ IInvokeHook.java \ NativeLibraryLoader.java \ |