diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:21:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:21:44 +0000 |
commit | 324fd7ea62b43388cad40b302da42e0feca0d842 (patch) | |
tree | 1dcf9fe5dba1ec8c94930c6814b2b58c9680c441 /jurt | |
parent | 4e16ec9a853139c021d3b36b515365de99115c3d (diff) |
INTEGRATION: CWS sb14 (1.5.28); FILE MERGED
2004/02/19 14:09:52 sb 1.5.28.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/util/makefile.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/jurt/com/sun/star/lib/util/makefile.mk b/jurt/com/sun/star/lib/util/makefile.mk index 43280f22d1ec..e8552aa796d9 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.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2003-10-09 10:13:01 $ +# last change: $Author: rt $ $Date: 2004-03-30 16:21:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,13 +72,10 @@ 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)$/NativeLibraryLoader.class \ - $(CLASSDIR)$/$(PACKAGE)$/StringHelper.class \ - $(CLASSDIR)$/$(PACKAGE)$/WeakMap.class + $(CLASSDIR)$/$(PACKAGE)$/StringHelper.class # --- Targets ------------------------------------------------------ |