summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 07:59:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 07:59:36 +0000
commitbb5e01e4f22be7845c79dbdeaee0bb7809bef385 (patch)
tree430db5f1530e3dfd0a1bd9713957875676d1c0de /bean
parent0273d3d81d29d5c1f6c387cca633cd99722c100e (diff)
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
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/comp/beans/makefile.mk7
1 files changed, 4 insertions, 3 deletions
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)