diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 16:04:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 16:04:10 +0000 |
commit | 1a58ac05be3f7f7286a13b38d83c3a024d2fad4b (patch) | |
tree | 83cf828073d6f8aca1b8a9ed049006d5fd3e2945 /jurt/com | |
parent | b8789bce5c22ba403088adfa2f45e753695d37ed (diff) |
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.
Diffstat (limited to 'jurt/com')
-rw-r--r-- | jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk | 6 |
1 files changed, 4 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 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 |