From 9863ef55aad307f0965d4cd6ab377fd604b49410 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Thu, 25 Apr 2002 10:32:18 +0000 Subject: 97746# --- javaunohelper/com/sun/star/lib/uno/helper/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'javaunohelper') diff --git a/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk b/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk index 53fd75af7c0e..9f9e535809fc 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk +++ b/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: jl $ $Date: 2002-04-11 13:39:51 $ +# last change: $Author: jl $ $Date: 2002-04-25 11:32:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,8 @@ JAVACLASSFILES= \ $(CLASSDIR)$/$(PACKAGE)$/WeakAdapter.class \ $(CLASSDIR)$/$(PACKAGE)$/ComponentBase.class \ $(CLASSDIR)$/$(PACKAGE)$/InterfaceContainer.class \ - $(CLASSDIR)$/$(PACKAGE)$/MultiTypeInterfaceContainer.class + $(CLASSDIR)$/$(PACKAGE)$/MultiTypeInterfaceContainer.class \ + $(CLASSDIR)$/$(PACKAGE)$/PropertySet.class # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -- cgit