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
This commit is contained in:
Rüdiger Timm 2008-07-11 13:54:03 +00:00
parent f6e0001761
commit 4e81c56996

View file

@ -8,7 +8,7 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.10 $ # $Revision: 1.11 $
# #
# This file is part of OpenOffice.org. # This file is part of OpenOffice.org.
# #
@ -39,7 +39,7 @@ TARGET = juh
JARCLASSDIRS = com JARCLASSDIRS = com
JARTARGET = $(TARGET).jar JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE JARCOMPRESS = TRUE
JARCLASSPATH = $(JARFILES) JARCLASSPATH = $(JARFILES) ../../lib/ ../bin/
CUSTOMMANIFESTFILE = manifest CUSTOMMANIFESTFILE = manifest
# Special work necessary for building java reference with javadoc. # Special work necessary for building java reference with javadoc.