From 83de94ea7db2d3997f6aef54f625190a8c5eb2b2 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 23 Jul 2004 13:55:15 +0000 Subject: INTEGRATION: CWS sb20 (1.1.34); FILE MERGED 2004/06/15 07:44:17 sb 1.1.34.1: #i29119# sandbox.jar no longer needed by UNO. --- scripting/workben/mod/_scripting/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripting/workben/mod') diff --git a/scripting/workben/mod/_scripting/makefile.mk b/scripting/workben/mod/_scripting/makefile.mk index 70789a34fb0b..a8fd0cc0cd16 100644 --- a/scripting/workben/mod/_scripting/makefile.mk +++ b/scripting/workben/mod/_scripting/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: toconnor $ $Date: 2002-11-20 14:11:25 $ +# last change: $Author: rt $ $Date: 2004-07-23 14:55:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,7 +67,7 @@ TARGET = testcase # --- Settings ----------------------------------------------------- .INCLUDE: settings.mk -JARFILES = sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH) +JARFILES = ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH) JAVAFILES = $(foreach,j,$(shell ls | grep java) $j) # --- Targets ------------------------------------------------------ -- cgit