diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:40:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:40:55 +0000 |
commit | 69f9f35fe4f412d35eda231da75c0a5c66f54bd2 (patch) | |
tree | 226e48f705706b2455cc1a69ee5f649838713678 /jut | |
parent | c5abdb83b38eb9002b94ac714a73014eeb440cf2 (diff) |
INTEGRATION: CWS sb31 (1.2.62); FILE MERGED
2005/03/30 12:47:47 sb 1.2.62.1: #120219# Added Class-Path and Sealed information to JAR file.
Diffstat (limited to 'jut')
-rw-r--r-- | jut/util/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/jut/util/makefile.mk b/jut/util/makefile.mk index 8a9a766db2ed..6f11fde0c87a 100644 --- a/jut/util/makefile.mk +++ b/jut/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-03-26 12:37:16 $ +# last change: $Author: obo $ $Date: 2005-06-17 09:40:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,11 +66,13 @@ TARGET = jut # --- Settings ----------------------------------------------------- -.INCLUDE : settings.mk +.INCLUDE: makefile.pmk JARCLASSDIRS = com JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE +JARCLASSPATH = $(JARFILES) +CUSTOMMANIFESTFILE = manifest # Special work necessary for building java reference with javadoc. # The source of puplic APIs must be delivered and used later in the |