diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:02:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:02:58 +0000 |
commit | 6a6e8ab0cfa4ba48d0f3dce11e72fbb80aba1203 (patch) | |
tree | 261b6f4a54409d9a67aa4e00f0a9429d1e0cccfe /jurt | |
parent | 432886f313afb59c8fa0a535c5600812890122bf (diff) |
INTEGRATION: CWS sb31 (1.3.154); FILE MERGED
2005/05/26 14:45:25 sb 1.3.154.4: #121932# Adaption for wntmsci10.
2005/04/18 14:20:29 sb 1.3.154.3: #121392# Extended manifest Class-Path so that native libraries can be found.
2005/04/08 15:32:46 sb 1.3.154.2: #120219# Added Sealed information to JAR file.
2005/03/30 12:44:47 sb 1.3.154.1: #120219# Removed dubious JAR file versioning; added Class-Path information to JAR file.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/util/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jurt/util/makefile.mk b/jurt/util/makefile.mk index c463b6a56256..c3cd98a74849 100644 --- a/jurt/util/makefile.mk +++ b/jurt/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2003-03-26 12:33:13 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:02:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,14 +65,14 @@ PRJNAME = jurt TARGET = jurt # --- Settings ----------------------------------------------------- -USE_UDK_EXTENDED_MANIFESTFILE=TRUE -USE_EXTENDED_MANIFESTFILE=TRUE -.INCLUDE : settings.mk +.INCLUDE: makefile.pmk JARCLASSDIRS = com JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE +JARCLASSPATH = $(JARFILES) ../../lib/ ../bin/ +CUSTOMMANIFESTFILE = manifest # Special work necessary for building java reference with javadoc. # The source of puplic APIs must be delivered and used later in the |