summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-09 09:14:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-09 09:14:45 +0000
commit2033eda4889e96fd6f4a26dd3d1d53f00e90c746 (patch)
tree4953deaf87b04a0f15c95624b8bb25a1bf59a8d5 /jurt
parentbcbad06cbbd2eb3ee5ed933fde5f55237277a7f9 (diff)
INTEGRATION: CWS sb8 (1.4.22); FILE MERGED
2003/08/26 09:52:34 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.
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 f0965a734b96..215356277f64 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.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2003-05-22 09:11:57 $
+# last change: $Author: vg $ $Date: 2003-10-09 10:14:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,6 +67,6 @@ PACKAGE := com$/sun$/star$/lib$/uno$/bridges$/java_remote
JAVATESTFILES := \
ProxyFactory_Test.java \
java_remote_bridge_Test.java
-JARFILES := ridl.jar sandbox.jar
+JARFILES := ridl.jar
.INCLUDE: javaunittest.mk