summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:54:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:54:03 +0000
commit4e81c569965f9f181c30f5741aed7fc14cadd0bb (patch)
tree4a91ce27a5dfe69145b5bedbb15c45986f2810d0 /javaunohelper
parentf6e0001761c02b6ad38225868c9a4db98e125321 (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.mk4
1 files 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.