summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:04:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:04:10 +0000
commit1a58ac05be3f7f7286a13b38d83c3a024d2fad4b (patch)
tree83cf828073d6f8aca1b8a9ed049006d5fd3e2945 /jurt
parentb8789bce5c22ba403088adfa2f45e753695d37ed (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')
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk6
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