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 | 44bf5dacd75eec3d27acf9590a29ce49a3b585cf (patch) | |
tree | d4bf189a381cfc27c683a3f105927c66a63fa0e9 /jurt/util | |
parent | b7ea5b0ca567c0ce8272148244e4579dcec548a7 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'jurt/util')
-rw-r--r-- | jurt/util/delzip | 0 | ||||
-rw-r--r-- | jurt/util/makefile.mk | 12 |
2 files changed, 10 insertions, 2 deletions
diff --git a/jurt/util/delzip b/jurt/util/delzip new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/jurt/util/delzip diff --git a/jurt/util/makefile.mk b/jurt/util/makefile.mk index 45c7ff151e04..c463b6a56256 100644 --- a/jurt/util/makefile.mk +++ b/jurt/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jl $ $Date: 2002-10-25 06:45:15 $ +# last change: $Author: hr $ $Date: 2003-03-26 12:33:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,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 |