summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripting/workben/ifc/scripting/makefile.mk6
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 ------------------------------------------------------