diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-23 13:55:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-23 13:55:15 +0000 |
commit | 83de94ea7db2d3997f6aef54f625190a8c5eb2b2 (patch) | |
tree | 40be51b8487ceb3bf0066bed4910585e4730c97e | |
parent | 111369138fb3719b3aae6b0268db6e8c13fb6c19 (diff) |
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.
-rw-r--r-- | scripting/workben/mod/_scripting/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 ------------------------------------------------------ |