From 4e81c569965f9f181c30f5741aed7fc14cadd0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 11 Jul 2008 13:54:03 +0000 Subject: [PATCH] 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 --- javaunohelper/util/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index 028802588d2f..071d1f8a2ef0 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.