From dc2f035bdbb5e73612a6738671f27f9f51232284 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 23 Jul 2004 14:11:06 +0000 Subject: INTEGRATION: CWS sb20 (1.1.98); FILE MERGED 2004/06/14 13:45:18 sb 1.1.98.1: #i29119# sandbox.jar no longer needed by UNO. --- jvmaccess/workbench/java/makefile.mk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'jvmaccess/workbench') diff --git a/jvmaccess/workbench/java/makefile.mk b/jvmaccess/workbench/java/makefile.mk index e253107322a5..074622f2e728 100644 --- a/jvmaccess/workbench/java/makefile.mk +++ b/jvmaccess/workbench/java/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: sb $ $Date: 2002-12-06 11:35:40 $ +# last change: $Author: rt $ $Date: 2004-07-23 15:11:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,10 +68,8 @@ PACKAGE = com$/sun$/star$/comp$/jvmaccess$/workbench .INCLUDE: settings.mk -JARFILES = sandbox.jar ridl.jar jurt.jar juh.jar +JARFILES = ridl.jar jurt.jar JAVACLASSFILES = $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class -JAVAFILES = \ - $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) JARCLASSDIRS = $(PACKAGE) JARTARGET = jvmaccesstestcomponent.jar JARCOMPRESS = TRUE -- cgit