summaryrefslogtreecommitdiff
path: root/javaunohelper/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 11:25:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 11:25:38 +0000
commitb7ea5b0ca567c0ce8272148244e4579dcec548a7 (patch)
treed8b496c654d38ade6f6132438add9349e6633f2d /javaunohelper/util
parentf8183bfe7302f9822ba3604c28780efea2dda6cf (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'javaunohelper/util')
-rw-r--r--javaunohelper/util/delzip0
-rw-r--r--javaunohelper/util/makefile.mk11
2 files changed, 9 insertions, 2 deletions
diff --git a/javaunohelper/util/delzip b/javaunohelper/util/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/javaunohelper/util/delzip
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk
index db5b46f36a32..71dc7bd75779 100644
--- a/javaunohelper/util/makefile.mk
+++ b/javaunohelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: jl $ $Date: 2002-10-25 06:42:43 $
+# last change: $Author: hr $ $Date: 2003-03-26 12:23:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,6 +79,13 @@ JARCLASSDIRS = \
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 ------------------------------------------------------