summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/org/openoffice
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-23 12:42:01 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-23 12:42:01 +0000
commitf043b7258570a201e150a047c36c2d51c3cc5b7f (patch)
tree5b2429755fab92aef98173ba286d3803c9095f57 /qadevOOo/runner/org/openoffice
parent64b255068b40dec6b4f9ec86b3dea37a4fce3791 (diff)
INTEGRATION: CWS sb20 (1.4.120); FILE MERGED
2004/06/14 15:05:47 sb 1.4.120.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'qadevOOo/runner/org/openoffice')
-rw-r--r--qadevOOo/runner/org/openoffice/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/org/openoffice/makefile.mk b/qadevOOo/runner/org/openoffice/makefile.mk
index 0bf17c23011f..77825c821956 100644
--- a/qadevOOo/runner/org/openoffice/makefile.mk
+++ b/qadevOOo/runner/org/openoffice/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Date: 2003-03-31 17:04:24 $
+# last change: $Date: 2004-07-23 13:42:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,7 +72,7 @@ TARGET = runner_org_openoffice
# --- Files --------------------------------------------------------
-JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar
+JARFILES = ridl.jar jurt.jar unoil.jar
JAVAFILES = Runner.java RunnerService.java
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)