summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-09 09:14:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-09 09:14:22 +0000
commit1f21851431710c725e8f235e7794aaea5cf726af (patch)
tree860c7c003e0c7af8f5aedef25499a1feffbca8a3
parent0c427aa47933b783a5e0a305607784e6cd37718b (diff)
INTEGRATION: CWS sb8 (1.2.22); FILE MERGED
2003/08/26 09:52:33 sb 1.2.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.
-rw-r--r--jurt/test/com/sun/star/comp/bridgefactory/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk b/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk
index e1590cd32835..1ba27edeb850 100644
--- a/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk
+++ b/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: vg $ $Date: 2003-05-22 09:01:10 $
+# last change: $Author: vg $ $Date: 2003-10-09 10:14:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,6 +65,6 @@ TARGET := test_com_sun_star_comp_bridgefactory
PACKAGE := com$/sun$/star$/comp$/bridgefactory
JAVATESTFILES := BridgeFactory_Test.java
-JARFILES := ridl.jar sandbox.jar
+JARFILES := ridl.jar
.INCLUDE: javaunittest.mk