summaryrefslogtreecommitdiff
path: root/ridljar/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 14:44:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 14:44:58 +0000
commit243a97038bdab8f2ec448df19c88ac2638035531 (patch)
tree7d3dfb01dc35d82225933ed2aae290b101a73039 /ridljar/util
parent1fba74f4c5b460718e8307bf41ee6c7fbb0dac5d (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'ridljar/util')
-rw-r--r--ridljar/util/delzip0
-rw-r--r--ridljar/util/makefile.mk17
2 files changed, 15 insertions, 2 deletions
diff --git a/ridljar/util/delzip b/ridljar/util/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/ridljar/util/delzip
diff --git a/ridljar/util/makefile.mk b/ridljar/util/makefile.mk
index 39f3243b7dd7..91ea5e7acefa 100644
--- a/ridljar/util/makefile.mk
+++ b/ridljar/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:52:55 $
+# last change: $Author: hr $ $Date: 2003-03-26 15:44:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,6 +76,19 @@ 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"
+
+ZIP2TARGET=$(TARGET)2_src
+ZIP2FLAGS=-u -r
+ZIP2DIR=$(MISC)$/java
+ZIP2LIST=com
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk