diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-23 14:11:06 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-23 14:11:06 +0000 |
commit | dc2f035bdbb5e73612a6738671f27f9f51232284 (patch) | |
tree | af6165f360da063ba25f3c959f2261451c6385c7 /jvmaccess/workbench | |
parent | 5a8fb751f77040624163852dd95708df292a41ad (diff) |
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.
Diffstat (limited to 'jvmaccess/workbench')
-rw-r--r-- | jvmaccess/workbench/java/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
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 |