diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:54:03 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:54:03 +0000 |
commit | 303ff4979f4e961073006a5e48abf918999e56ba (patch) | |
tree | a8722a98d2a2d92f7426d7427de6d1d5cc9dd1cc /javaunohelper | |
parent | d7b7fe5d3d540ef17d683e9c2725e8123977a18f (diff) |
INTEGRATION: CWS jsc21 (1.9.58); FILE MERGED
2008/04/23 09:54:52 jsc 1.9.58.2: RESYNC: (1.9-1.10); FILE MERGED
2008/04/03 07:50:55 jsc 1.9.58.1: #i86121# use correct path entries in jar manifest
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/util/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index 028802588..071d1f8a2 100644 --- a/javaunohelper/util/makefile.mk +++ b/javaunohelper/util/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # # This file is part of OpenOffice.org. # @@ -39,7 +39,7 @@ TARGET = juh JARCLASSDIRS = com JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE -JARCLASSPATH = $(JARFILES) +JARCLASSPATH = $(JARFILES) ../../lib/ ../bin/ CUSTOMMANIFESTFILE = manifest # Special work necessary for building java reference with javadoc. |