diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:54:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:54:59 +0000 |
commit | 111369138fb3719b3aae6b0268db6e8c13fb6c19 (patch) | |
tree | b32e0ebb4617661da9800f520cd1c06bd014db59 /scripting/workben | |
parent | e5a14a5700b445b609e52aa036425d14b9685f90 (diff) |
INTEGRATION: CWS sb20 (1.1.34); FILE MERGED
2004/06/15 07:44:02 sb 1.1.34.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'scripting/workben')
-rw-r--r-- | scripting/workben/ifc/scripting/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/workben/ifc/scripting/makefile.mk b/scripting/workben/ifc/scripting/makefile.mk index 93d385f1e604..90ba1c228c10 100644 --- a/scripting/workben/ifc/scripting/makefile.mk +++ b/scripting/workben/ifc/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:24 $ +# last change: $Author: rt $ $Date: 2004-07-23 14:54:59 $ # # 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 ------------------------------------------------------ |