summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:38:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:38:46 +0000
commitae11bf82c1830045393f47f1f0ba32a324b10018 (patch)
tree187c0d8e8b3b9e58980bb2e662a0414ac8d1e45d /framework
parent6678cc2dde22da3061efacb0183ac7bd12ce84e0 (diff)
INTEGRATION: CWS sb20 (1.2.36); FILE MERGED
2004/06/14 13:16:10 sb 1.2.36.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'framework')
-rw-r--r--framework/qa/complex/loadAllDocuments/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/qa/complex/loadAllDocuments/makefile.mk b/framework/qa/complex/loadAllDocuments/makefile.mk
index 0c53be784394..81d44aff85be 100644
--- a/framework/qa/complex/loadAllDocuments/makefile.mk
+++ b/framework/qa/complex/loadAllDocuments/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Date: 2004-04-21 12:03:16 $
+# last change: $Date: 2004-07-23 14:38:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,8 +70,8 @@ PACKAGE = complex$/loadAllDocuments
#----- compile .java files -----------------------------------------
-JARFILES = mysql.jar sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar jut.jar \
- java_uno.jar OOoRunner.jar mysql.jar
+JARFILES = mysql.jar ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar \
+ OOoRunner.jar mysql.jar
JAVAFILES = CheckXComponentLoader.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)