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
This commit is contained in:
Vladimir Glazounov
2005-03-23 07:59:36 +00:00
parent 0273d3d81d
commit bb5e01e4f2

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -97,7 +97,8 @@ JAVAFILES= \
OfficeWindow.java \ OfficeWindow.java \
OOoBean.java \ OOoBean.java \
SystemWindowException.java \ SystemWindowException.java \
Wrapper.java Wrapper.java \
CallWatchThread.java
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)