diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:13:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:13:01 +0000 |
commit | 790d7684e941d1ea23f81640ae383a46bcc639fc (patch) | |
tree | d02bd317c4ff400672ef219862a06d2f0d063fda /jurt/com/sun | |
parent | fa62499b05207c09fb5d62f2c24bb347982452a0 (diff) |
INTEGRATION: CWS sb8 (1.4.22); FILE MERGED
2003/08/26 09:45:02 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.
Diffstat (limited to 'jurt/com/sun')
-rw-r--r-- | jurt/com/sun/star/lib/util/makefile.mk | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/jurt/com/sun/star/lib/util/makefile.mk b/jurt/com/sun/star/lib/util/makefile.mk index 690a5905d409..43280f22d1ec 100644 --- a/jurt/com/sun/star/lib/util/makefile.mk +++ b/jurt/com/sun/star/lib/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2003-05-26 08:40:38 $ +# last change: $Author: vg $ $Date: 2003-10-09 10:13:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,15 +72,13 @@ TARGET = com_sun_star_lib_util # --- Files -------------------------------------------------------- JAVACLASSFILES= \ + $(CLASSDIR)$/$(PACKAGE)$/DisposeListener.class \ + $(CLASSDIR)$/$(PACKAGE)$/DisposeNotifier.class \ $(CLASSDIR)$/$(PACKAGE)$/IInvokeHook.class \ $(CLASSDIR)$/$(PACKAGE)$/IInvokable.class \ - $(CLASSDIR)$/$(PACKAGE)$/IStableListener.class \ - $(CLASSDIR)$/$(PACKAGE)$/IStableObject.class \ $(CLASSDIR)$/$(PACKAGE)$/NativeLibraryLoader.class \ - $(CLASSDIR)$/$(PACKAGE)$/RefObject.class \ - $(CLASSDIR)$/$(PACKAGE)$/RefererObject.class \ $(CLASSDIR)$/$(PACKAGE)$/StringHelper.class \ - $(CLASSDIR)$/$(PACKAGE)$/WeakTable.class + $(CLASSDIR)$/$(PACKAGE)$/WeakMap.class # --- Targets ------------------------------------------------------ |