summaryrefslogtreecommitdiff
path: root/jut
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 11:41:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 11:41:32 +0000
commit02728dc9c736875b9826a56374f09d478321b145 (patch)
tree8e18e828db7e248d8048948dd9ff27c8017c3919 /jut
parent19acee84c2efa3104aa42d79d7ac8611dbfc137d (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'jut')
-rw-r--r--jut/prj/d.lst2
-rw-r--r--jut/util/delzip0
-rw-r--r--jut/util/makefile.mk12
3 files changed, 12 insertions, 2 deletions
diff --git a/jut/prj/d.lst b/jut/prj/d.lst
index fb7fe76ba..09a98c2d7 100644
--- a/jut/prj/d.lst
+++ b/jut/prj/d.lst
@@ -1,5 +1,7 @@
..\%__SRC%\class\jut.jar %_DEST%\bin%_EXT%\jut.jar
+..\%__SRC%\bin\jut_src.zip %COMMON_DEST%\bin%_EXT%\jut_src.zip
+
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h*
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