diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:47:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:47:12 +0000 |
commit | 83b4c4854928f4f2fc4a15f8cddeca0cbf7b1029 (patch) | |
tree | e37270dcb2aca3d8acdfc21c65ee505c015c3346 /sj2/util | |
parent | 0abde675a1729236ce8fbda87716f8c8afd3af4b (diff) |
INTEGRATION: CWS sb36 (1.9.26); FILE MERGED
2006/11/08 13:47:29 sb 1.9.26.4: RESYNC: (1.12-1.13); FILE MERGED
2006/03/13 10:25:52 sb 1.9.26.3: RESYNC: (1.10-1.12); FILE MERGED
2005/09/22 00:53:09 sb 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED
2005/07/11 13:10:06 sb 1.9.26.1: #i51803# Changed parameters of SjApplet2::Init, so that SjApplet2_Impl::Init can set up a class loader that explicitly knows classes.jar; cleaned up.
Diffstat (limited to 'sj2/util')
-rw-r--r-- | sj2/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/util/makefile.mk b/sj2/util/makefile.mk index a1593732addf..43aee601e343 100644 --- a/sj2/util/makefile.mk +++ b/sj2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: ihi $ $Date: 2006-06-29 11:15:47 $ +# last change: $Author: obo $ $Date: 2007-03-12 10:47:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,6 @@ SHL1IMPLIB= $(TARGET) SHL1STDLIBS= \ $(VCLLIB) \ - $(UNOTOOLSLIB) \ $(TOOLSLIB) \ $(CPPULIB) \ $(SALLIB) @@ -81,6 +80,7 @@ DEF1CEXP =Java JARTARGET=classes.jar JARCLASSDIRS=stardiv +JARCLASSPATH = sandbox.jar # --- Targets ------------------------------------------------------ |