summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:07:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:07:13 +0000
commitfa5266b4ea5dfd3fbeb02d715e94b9e15f19d551 (patch)
tree3db4a4742b23a6f705ce89c5329b328b863945fa /jurt
parentf34f42c2328206105f52af59b6ec8259614b2758 (diff)
INTEGRATION: CWS uno2 (1.2.58); FILE MERGED
2003/04/07 08:36:39 sb 1.2.58.2: #108678# Replaced sandbox-based proxy with java.lang.reflect-based one. 2003/04/04 09:25:23 sb 1.2.58.1: #108628# Fixed tests.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
index 0c1902cb4c88..813328fb032d 100644
--- a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
+++ b/jurt/test/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: kr $ $Date: 2000-11-23 15:39:21 $
+# last change: $Author: rt $ $Date: 2003-04-23 17:07:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,8 +74,8 @@ TARGET := test_com_sun_star_lib_uno_bridges_java_remote
JAVACLASSFILES= \
+ $(CLASSDIR)$/$(PACKAGE)$/ProxyTest.class \
$(CLASSDIR)$/$(PACKAGE)$/TestInterface.class \
- $(CLASSDIR)$/$(PACKAGE)$/TestInterface_Object.class \
$(CLASSDIR)$/$(PACKAGE)$/java_remote_bridge_Test.class
# --- Targets ------------------------------------------------------