From 1a58ac05be3f7f7286a13b38d83c3a024d2fad4b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 23 Apr 2003 16:04:10 +0000 Subject: INTEGRATION: CWS uno2 (1.2.62); FILE MERGED 2003/04/07 08:33:34 sb 1.2.62.1: #108678# Replaced sandbox-based proxy with java.lang.reflect based one. --- jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk') 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 dc2cb81cbd2d..0f39042ae3e4 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.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jsc $ $Date: 2000-11-08 13:06:47 $ +# last change: $Author: rt $ $Date: 2003-04-23 17:04:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,6 +72,8 @@ TARGET = com_sun_star_lib_uno_bridges_java_remote # --- Files -------------------------------------------------------- JAVACLASSFILES= \ + $(CLASSDIR)$/$(PACKAGE)$/ProxyFactory.class \ + $(CLASSDIR)$/$(PACKAGE)$/RequestHandler.class \ $(CLASSDIR)$/$(PACKAGE)$/XConnectionInputStream_Adapter.class \ $(CLASSDIR)$/$(PACKAGE)$/XConnectionOutputStream_Adapter.class \ $(CLASSDIR)$/$(PACKAGE)$/java_remote_bridge.class -- cgit