From bb5e01e4f22be7845c79dbdeaee0bb7809bef385 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 07:59:36 +0000 Subject: INTEGRATION: CWS jl18 (1.4.8); FILE MERGED 2005/03/18 09:54:14 jl 1.4.8.1: #45371# replaced CallWatchThread by new com.sun.star.comp.bean.CallWatchThreadImplemenation --- bean/com/sun/star/comp/beans/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bean') diff --git a/bean/com/sun/star/comp/beans/makefile.mk b/bean/com/sun/star/comp/beans/makefile.mk index e3d473b2e72b..3a4baf0055ed 100644 --- a/bean/com/sun/star/comp/beans/makefile.mk +++ b/bean/com/sun/star/comp/beans/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mi $ $Date: 2004-10-14 10:37:14 $ +# last change: $Author: vg $ $Date: 2005-03-23 08:59:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,7 +97,8 @@ JAVAFILES= \ OfficeWindow.java \ OOoBean.java \ SystemWindowException.java \ - Wrapper.java + Wrapper.java \ + CallWatchThread.java JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) -- cgit