diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:41:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:41:32 +0000 |
commit | 02728dc9c736875b9826a56374f09d478321b145 (patch) | |
tree | 8e18e828db7e248d8048948dd9ff27c8017c3919 /jut/util | |
parent | 19acee84c2efa3104aa42d79d7ac8611dbfc137d (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'jut/util')
-rw-r--r-- | jut/util/delzip | 0 | ||||
-rw-r--r-- | jut/util/makefile.mk | 12 |
2 files changed, 10 insertions, 2 deletions
diff --git a/jut/util/delzip b/jut/util/delzip new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/jut/util/delzip diff --git a/jut/util/makefile.mk b/jut/util/makefile.mk index 08c793053..8a9a766db 100644 --- a/jut/util/makefile.mk +++ b/jut/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: kr $ $Date: 2000-09-27 09:30:27 $ +# last change: $Author: hr $ $Date: 2003-03-26 12:37:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,6 +72,14 @@ JARCLASSDIRS = com JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE +# Special work necessary for building java reference with javadoc. +# The source of puplic APIs must be delivered and used later in the +# odk module. +ZIP1TARGET=$(TARGET)_src +ZIP1FLAGS=-u -r +ZIP1DIR=$(PRJ) +ZIP1LIST=com -x "*makefile.mk" + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |