summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans/makefile.mk
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2004-10-18 06:17:33 +0000
committerMichael Hönnig <mi@openoffice.org>2004-10-18 06:17:33 +0000
commit0f1804d788cef94b54092fa904af0d947f3da284 (patch)
treefad84973b80d156d1238cbf7041716ca2a52b5c3 /bean/com/sun/star/beans/makefile.mk
parent821f00019c6dcf54e801bedc38ff65899c844b1f (diff)
SO7 compatibility
Diffstat (limited to 'bean/com/sun/star/beans/makefile.mk')
-rw-r--r--bean/com/sun/star/beans/makefile.mk14
1 files changed, 9 insertions, 5 deletions
diff --git a/bean/com/sun/star/beans/makefile.mk b/bean/com/sun/star/beans/makefile.mk
index 90824845d49a..30f1ea6a7742 100644
--- a/bean/com/sun/star/beans/makefile.mk
+++ b/bean/com/sun/star/beans/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mi $ $Date: 2004-10-14 10:34:53 $
+# last change: $Author: mi $ $Date: 2004-10-18 07:15:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,10 +80,14 @@ JARFILES = sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar
# --- Sources --------------------------------------------------------
JAVAFILES= \
- OfficeConnection.java \
- OfficeWindow.java \
+ ContainerFactory.java \
+ JavaWindowPeerFake.java \
LocalOfficeConnection.java \
- LocalOfficeWindow.java
+ LocalOfficeWindow.java \
+ NativeConnection.java \
+ NativeService.java \
+ OfficeConnection.java \
+ OfficeWindow.java
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)