diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-25 10:03:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-25 10:03:59 +0000 |
commit | aae2752a1976c44d1e48032d1ac2ad255a4d78b1 (patch) | |
tree | 5fc5e489ad7ba74cab42f752baeb1a312919514c /jurt | |
parent | 2db88cb6bcf98895f849ab2855431e71997a9462 (diff) |
INTEGRATION: CWS kso11 (1.3.86); FILE MERGED
2004/03/11 08:49:33 sb 1.3.86.1: #115880# Cloned 112066.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk b/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk index 0f39042ae3e4..3bde68ea84a0 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2003-04-23 17:04:10 $ +# last change: $Author: kz $ $Date: 2004-03-25 11:03:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,6 +72,7 @@ TARGET = com_sun_star_lib_uno_bridges_java_remote # --- Files -------------------------------------------------------- JAVACLASSFILES= \ + $(CLASSDIR)$/$(PACKAGE)$/BridgedObject.class \ $(CLASSDIR)$/$(PACKAGE)$/ProxyFactory.class \ $(CLASSDIR)$/$(PACKAGE)$/RequestHandler.class \ $(CLASSDIR)$/$(PACKAGE)$/XConnectionInputStream_Adapter.class \ |