summaryrefslogtreecommitdiff
path: root/sc/qa/complex
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-23 12:35:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-23 12:35:06 +0000
commit5d7b7d12b0abaabf1e60eb84c52688ea16343f0d (patch)
tree6d9915164278927ebd0b1dcfd7008aa66a6ce07d /sc/qa/complex
parent06fe857fc8f57c95097f2aa97c882451a0153a88 (diff)
INTEGRATION: CWS sb20 (1.2.134); FILE MERGED
2004/06/15 07:30:20 sb 1.2.134.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'sc/qa/complex')
-rw-r--r--sc/qa/complex/sc/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/complex/sc/makefile.mk b/sc/qa/complex/sc/makefile.mk
index b1ce435c9613..f72790d14e10 100644
--- a/sc/qa/complex/sc/makefile.mk
+++ b/sc/qa/complex/sc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Date: 2004-02-03 12:14:30 $
+# last change: $Date: 2004-07-23 13:35:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,7 +71,7 @@ PACKAGE = complex$/sc
#----- compile .java files -----------------------------------------
-JARFILES = sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar
+JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar
JAVAFILES = CalcRTL.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)